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 572d694 commit 6f134dbCopy full SHA for 6f134db
.github/workflows/release.yml
@@ -1,8 +1,7 @@
1
name: Release
2
3
on:
4
- push:
5
- branches: [main]
+ workflow_dispatch:
6
7
jobs:
8
Release:
@@ -21,14 +20,8 @@ jobs:
21
20
changelog-generator-opt: "emojis=true"
22
force-bump-patch-version: true
23
prepend: true
24
- - name: Update Version file
25
- uses: DamianReeves/[email protected]
26
- with:
27
- path: VERSION.txt
28
- write-mode: overwrite
29
- contents: ${{steps.semrel.outputs.version}}
30
- name: Git Commit Changelog
31
uses: stefanzweifel/[email protected]
32
with:
33
commit_message: "docs(changelog): update cl & ver after release"
34
- file_pattern: CHANGELOG.md VERSION.txt
+ file_pattern: CHANGELOG.md
VERSION.txt
0 commit comments