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 d6ae955 commit 35468e3Copy full SHA for 35468e3
README.md
@@ -398,6 +398,16 @@ Using this profile, you can generate JSON for the rectangle:
398
Which is valid JSON.
399
400
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
411
# Credits
412
413
* [tatarize](https://github.com/tatarize) - Wrote the bulk of the plug-in.
0 commit comments