Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 696 Bytes

RELEASE.md

File metadata and controls

13 lines (11 loc) · 696 Bytes

Release

  1. Drop '-SNAPSHOT' from the version string. For example, 1.0.0-SNAPSHOT becomes 1.0.0. Do this in:
  • build.gradle (version specification)
  • README.md (usage instruction)
  • CHANGELOG.md (the topmost version)
  1. Commit the changes with message Release 1.0.0.
  2. Tag this commit with the new version 1.0.0.
  3. Publish the plugin to Gradle's plugin portal with gradle publishPlugins.
  4. Bump to the next -SNAPSHOT version. For example, version '1.0.0' becomes version '2.0.0-SNAPSHOT'.
  5. Commit the changes with message Set version to 2.0.0-SNAPSHOT.

In the future, consider using the axion-release-plugin.