Skip to content

Commit

Permalink
Prepare for release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yshrsmz committed Jun 9, 2021
1 parent bbd0027 commit b2095b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RELEASING
6. Change the version in `gradle.properties` to a new SNAPSHOT version
7. `git commit -am "Prepare for next development iteration"`
8. `git push && git push --tags`
9. Wait until the `Publish a release` action completes, then visit [bintrary.com](https://bintray.com/yshrsmz/maven) and promote the artifact.
9. Wait until the `Publish a release` action completes, then
Visit [Sonatype](https://oss.sonatype.org/#stagingRepositories) and promote the artifact.



Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
kotlin.code.style=official
#
GROUP=com.codingfeline.buildkonfig
VERSION_NAME=0.7.0
VERSION_NAME=0.7.1
#
POM_URL=https://github.com/yshrsmz/BuildKonfig/
POM_SCM_URL=https://github.com/yshrsmz/BuildKonfig/
Expand Down

0 comments on commit b2095b5

Please sign in to comment.