Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6b5f4bd

Browse files
authored
Merge pull request #986 from per1234/remove-changelog-gen
Do not generate changelog for release
2 parents 8ad9ece + 0f4e666 commit 6b5f4bd

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

‎.github/workflows/release-go-task.yml‎

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,6 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161

62-
- name: Create changelog
63-
# Avoid creating the same changelog for each os
64-
if: matrix.os.task == 'Windows_32bit'
65-
uses: arduino/create-changelog@v1
66-
with:
67-
tag-regex: '^[0-9]+\.[0-9]+\.[0-9]+.*$'
68-
filter-regex: '^\[(skip|changelog)[ ,-](skip|changelog)\].*'
69-
case-insensitive-regex: true
70-
changelog-file-path: "${{ env.DIST_DIR }}/CHANGELOG.md"
71-
7262
- name: Install Go
7363
uses: actions/setup-go@v6
7464
with:
@@ -275,7 +265,6 @@ jobs:
275265
uses: ncipollo/release-action@v1
276266
with:
277267
token: ${{ secrets.GITHUB_TOKEN }}
278-
bodyFile: ${{ env.DIST_DIR }}/CHANGELOG.md
279268
draft: false
280269
prerelease: ${{ steps.prerelease.outputs.IS_PRE }}
281270
# NOTE: "Artifact is a directory" warnings are expected and don't indicate a problem

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /