Skip to content

Commit 1c8c639

Browse files
committed
Clarify versioning instructions.
It is important to tag the master commit that merged the version PR, NOT the version bump commit itself.
1 parent 716e160 commit 1c8c639

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,8 @@ published versions on plugins.gradle.org. The steps are:
9898

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

0 commit comments

Comments
 (0)