You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASING.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,6 @@ To release a new version of emergence follow the following steps:
4
4
5
5
1. Make sure all changes are commited to the master branch and that the builds successfully passed
6
6
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