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 5e1eeda commit ee1d100Copy full SHA for ee1d100
.github/workflows/publish-release.yml
@@ -1,5 +1,5 @@
1
---
2
-name: publish-release
+name: Publish Release
3
4
on:
5
workflow_dispatch:
RELEASING.md
@@ -1,6 +1,6 @@
# Releasing
-1. Open the [publish-release workflow][publish-release]
+1. Open the [Publish Release workflow][publish-release]
2. Click on the **Run workflow** button
3. If required, enter a specific version number (e.g. `1.2.3`) in the version field. If left
6
blank, the version will be auto-incremented to the next patch version based on the
0 commit comments