Skip to content

Commit d0f3e89

Browse files
Create README describing release publish process (#179)
1 parent 9c95c4d commit d0f3e89

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Publishing New Releases
2+
=======================
3+
4+
GitHub CI Actions are used to automatically build a draft package whenever a tag is pushed to repo:
5+
6+
git tag X.Y.Z
7+
git push origin X.Y.Z
8+
9+
10+
This will generate a draft release with a bulleted-list of ``git`` changes.
11+
Edit the list and title as desired, then use the ``Publish`` button on the web interface to publish the release
12+
13+
At this point, a GitHub Action will run that will download the new combined ``JSON`` file from the tag and update the ``global`` release with it.

0 commit comments

Comments
 (0)