Skip to content

Commit 6f134db

Browse files
committed
chore(ci): disable auto release and version file
1 parent 572d694 commit 6f134db

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Release
22

33
on:
4-
push:
5-
branches: [main]
4+
workflow_dispatch:
65

76
jobs:
87
Release:
@@ -21,14 +20,8 @@ jobs:
2120
changelog-generator-opt: "emojis=true"
2221
force-bump-patch-version: true
2322
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}}
3023
- name: Git Commit Changelog
3124
uses: stefanzweifel/[email protected]
3225
with:
3326
commit_message: "docs(changelog): update cl & ver after release"
34-
file_pattern: CHANGELOG.md VERSION.txt
27+
file_pattern: CHANGELOG.md

VERSION.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)