We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 716e160 commit 1c8c639Copy full SHA for 1c8c639
CONTRIBUTING.md
@@ -98,7 +98,8 @@ published versions on plugins.gradle.org. The steps are:
98
99
1. As a separate commit, bump the version number in `build.gradle`. Use
100
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
+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
103
tag to the j2objc-contrib/j2objc-gradle repository.
104
3. Do a clean build and then publish the new version
105
to https://plugins.gradle.org (`./gradlew clean build publishPlugins`).
0 commit comments