We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c95c4d commit d0f3e89Copy full SHA for d0f3e89
package/README.md
@@ -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