Skip to content

Commit 35468e3

Browse files
committed
Updated README.md with release workflow.
1 parent d6ae955 commit 35468e3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,16 @@ Using this profile, you can generate JSON for the rectangle:
398398
Which is valid JSON.
399399

400400

401+
# Release workflow
402+
403+
New release should be created with the following workflow:
404+
405+
1) Make/push as version bump commit
406+
2) Tag this commit with a version number (format: `0.X.Y`), push the commit to `origin`.
407+
3) Check that the GH Action workflow runs without error (the workflow builds wheels, pushes them to PyPI, and creates a draft GH Release).
408+
4) Edit the draft release and publish.
409+
410+
401411
# Credits
402412

403413
* [tatarize](https://github.com/tatarize) - Wrote the bulk of the plug-in.

0 commit comments

Comments
 (0)