Skip to content

Commit

Permalink
Generate a changelog for more transparency about the changes (#104)
Browse files Browse the repository at this point in the history
Generate a changelog for more transparency about the changes in a release
  • Loading branch information
PKief authored Jul 15, 2024
1 parent 369d223 commit 9fe5ece
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
with:
tag_name: "${{env.package_version}}"
files: "*.zip"
generate_release_notes: true

- name: Upload to chrome store
if: ${{ github.event.inputs.onlyUpload != 'firefox' && github.event.inputs.onlyUpload != 'none' }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/update-from-upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: env.release_tag != env.current_tag
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: npm ci && npm run update
run: npm run update

- name: Get package version
if: env.release_tag != env.current_tag
Expand All @@ -63,6 +63,7 @@ jobs:
tag_name: "${{env.package_version}}"
body: Built with icons from VSCode Material Icon Theme ${{env.release_tag}}
files: "*.zip"
generate_release_notes: true

- name: Upload to chrome store
if: env.release_tag != env.current_tag
Expand Down

0 comments on commit 9fe5ece

Please sign in to comment.