Skip to content

Commit

Permalink
adjust release description
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Mar 30, 2021
1 parent 78ed08f commit 959c62a
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,14 @@ alternatively the manual steps:
g) comment out the warning in README.md about taking a sneak peak
h) commit & push (modified CONTRIBUTING.md, differences.md, build.gradle and README.md)
2. update github pages:
2. prepare release on github
a) git tag vX.Y.Z
b) git push origin vX.Y.Z
c) Log in to github and create draft for the release
The tag is required for dokka in order that the source-mapping works
3. update github pages:
Assumes you have a atrium-gh-pages folder on the same level as atrium where the gh-pages branch is checked out
Either use the following commands or the manual steps below (assuming ATRIUM_VERSION is already set from commands above)
Expand Down Expand Up @@ -543,10 +550,8 @@ alternatively the manual steps:
b) Log in to bintray, check that there are 960 artifacts and publish them
c) synchronise to maven central
4. create release on github
a) git tag vX.Y.Z
b) git push origin vX.Y.Z
c) Log in to github and create release
4. publish release on github
1) Log in to github and publish draft
Prepare next dev cycle
-----------------------
Expand Down

0 comments on commit 959c62a

Please sign in to comment.