Skip to content

Commit

Permalink
Merge pull request #140 from advayDev1/versioning
Browse files Browse the repository at this point in the history
Clarify versioning instructions.
  • Loading branch information
advayDev1 committed Jun 11, 2015
2 parents 7d4b7af + 1c8c639 commit f1ec15a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ published versions on plugins.gradle.org. The steps are:

1. As a separate commit, bump the version number in `build.gradle`. Use
https://semver.org to guide which slot in the version number should be bumped.
2. Tag that separate commit as for example `v0.2.3-alpha` and push that
File a PR, and merge that PR into master.
2. Tag the master merge commit where that PR is merged as for example `v0.2.3-alpha` and push that
tag to the j2objc-contrib/j2objc-gradle repository.
3. Do a clean build and then publish the new version
to https://plugins.gradle.org (`./gradlew clean build publishPlugins`).

0 comments on commit f1ec15a

Please sign in to comment.