Skip to content

Commit 1711947

Browse files
committed
Document release procedure
1 parent faf0845 commit 1711947

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Contributing
2+
3+
## Release Procedure
4+
5+
If necessary, fix the version number in `version.sbt` and commit and push the change. It is fine to have `-SNAPSHOT` suffix, it will be discarded during the release process.
6+
7+
Open the [Release workflow](https://github.com/sbt/sbt-javaagent/actions/workflows/release.yml) and click the “Run workflow” button. This will publish a release to Sonatype, create a Git tag (based on the version in `version.sbt` without its qualifier), and update the version number in `version.sbt` with the next release version.

0 commit comments

Comments
 (0)