Skip to content

Commit 17820f7

Browse files
committed
update RELEASING.md
1 parent d18d124 commit 17820f7

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

RELEASING.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ To release a new version of emergence follow the following steps:
44

55
1. Make sure all changes are commited to the master branch and that the builds successfully passed
66
2. Use git to tag the lastest master commit with the new version: `git tag -a vx.x.x -m "vx.x.x"`
7-
3. Reload SBT so the `sbt-dynver` plugin uses the previously tagged version
8-
4. Use `sbt show version` to check if the project version is correct
9-
5. Use `sbt publish` to publish the artifact to [https://bintray.com/firstbird/maven/emergence](https://bintray.com/firstbird/maven/emergence)
10-
6. Use `sbt core/docker:publish` to publish a new docker version to [https://hub.docker.com/r/firstbird/emergence](https://hub.docker.com/r/firstbird/emergence)
11-
7. Push local git tag to remote using `git push --follow-tags`
12-
8. Create a new release in [GitHub](https://github.com/firstbirdtech/emergence/releases)
13-
9. Sync new version to maven central via [bintray](https://bintray.com/firstbird/maven/emergence)
14-
15-
The documentation is automatically published when you push the new tag using GitHub actions.
7+
3. Push local git tag to remote using `git push --follow-tags`
8+
4. Wait until [GitHub Action](https://github.com/firstbirdtech/emergence/actions?query=workflow%3ACI) finished the publish job
9+
5. Create a new release in [GitHub](https://github.com/firstbirdtech/emergence/releases)

0 commit comments

Comments
 (0)