Skip to content

Commit

Permalink
Refactor release artifact directory structure and update changelog ge…
Browse files Browse the repository at this point in the history
…neration (#90)
  • Loading branch information
cvele authored Oct 14, 2024
1 parent ba7d157 commit 1f807a6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/create_release_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:
cp VERSION release_artifact/
cp CHANGELOG.md release_artifact/
cp readme.md release_artifact/
cp -r translations release_artifact/custom_components/playnite_web_mqtt/
cd release_artifact
zip -r ../playnite_web_mqtt-$VERSION.zip .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new_version_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
github_changelog_generator \
-u cvele \
-p playnite_web_mqtt \
--since-tag $(git describe --tags --abbrev=0) \
--since-tag $LATEST_TAG \
--output CHANGELOG.md
git add CHANGELOG.md
git commit -m "CHANGELOG.md $NEW_VERSION"
Expand Down

0 comments on commit 1f807a6

Please sign in to comment.