We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 49062f9 + 1e6aa11 commit 623fefeCopy full SHA for 623fefe
1 file changed
.github/workflows/release.yaml
@@ -34,9 +34,10 @@ jobs:
34
with:
35
commit_message: "Automated Release Tagging for ${{ steps.version_tracker.outputs.version }} in DevSetup.psd1"
36
branch: main
37
+ tagging_message: 'v${{ steps.version_tracker.outputs.version }}'
38
- - name: Create Tagged Release
39
- uses: dexwritescode/release-on-merge-action@v1 # Or another suitable action
40
- with:
41
- version-increment-strategy: patch
42
- initial-version: '1.0.0'
+ #- name: Create Tagged Release
+ # uses: dexwritescode/release-on-merge-action@v1 # Or another suitable action
+ # with:
+ # version-increment-strategy: patch
43
+ # initial-version: '1.0.0'
0 commit comments