Skip to content

Commit

Permalink
fix: gradle version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Otanikotani committed Feb 27, 2020
1 parent ac142d7 commit 93a9781
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
extra_plugins: |
@semantic-release/release-notes-generator
@semantic-release/changelog
gradle-semantic-release-plugin
@semantic-release/git
@semantic-release/github
env:
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"gradle-semantic-release-plugin",
["@semantic-release/changelog", {
"changelogFile": "docs/CHANGELOG.md"
}],
["@semantic-release/github", {
"assets": ["docs/CHANGELOG.md"]
}],
["@semantic-release/git", {
"assets": ["docs/CHANGELOG.md"],
"assets": ["docs/CHANGELOG.md", "gradle.properties"],
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}]
]
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ plugins {
}

group 'org.github.otanikotani'
version '0.0.2'

sourceCompatibility = JavaVersion.VERSION_1_8

Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=0.0.2

0 comments on commit 93a9781

Please sign in to comment.