Skip to content

Commit 79938f2

Browse files
authored
disable changelog (#180)
1 parent dcc6168 commit 79938f2

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

.github/workflows/Release.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,6 @@ jobs:
6969
env:
7070
VERSION: "${{ needs.create-release.outputs.version }}"
7171

72-
- name: create changelog & update release-template.md
73-
run: make chglog
74-
env:
75-
LATEST_VERSION: "${{ needs.create-release.outputs.latest-version }}"
76-
7772
- name: Cache build outputs
7873
uses: actions/cache@v4
7974
env:
@@ -113,7 +108,6 @@ jobs:
113108
-a "file=build/package/awesome-ci_${{ needs.create-release.outputs.version }}_linux-arm64"
114109
-a "file=build/package/awesome-ci_${{ needs.create-release.outputs.version }}_windows-amd64.exe"
115110
-a "file=build/package/awesome-ci_${{ needs.create-release.outputs.version }}_windows-arm64.exe"
116-
-a "file=build/package/CHANGELOG.md"
117111
--body "build/package/release-template.md"
118112
env:
119113
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

scripts/release-template.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,3 @@
33
This project is still in the **beta** phase.
44

55
But don't be shy and use this tool in advance. If you find bugs or have improvements, please feel free to open an [issue](https://github.com/fullstack-devops/awesome-ci/issues/new/choose) :rocket:
6-
7-
## Changelog

0 commit comments

Comments
 (0)