We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cde96f0 commit feac7d6Copy full SHA for feac7d6
1 file changed
.github/workflows/release.yaml
@@ -14,3 +14,6 @@ jobs:
14
uses: nrkno/github-workflow-semantic-release/.github/workflows/workflow.yaml@v2.0.0
15
with:
16
runs-on: ubuntu-latest
17
+ # Since we are following the Yamale major version scheme, we don't want
18
+ # to accidentally release a new major version.
19
+ release-enabled: false
0 commit comments