Skip to content

Commit

Permalink
chore(release.command): uncomment git tag and push commands to enable…
Browse files Browse the repository at this point in the history
… creating and pushing release tags

chore(release.command): remove unnecessary ellipsis print statement
chore(release.command): update release notes for the new release
fix(releases/joplin_alfred_workflow.v1.0.1.alfredworkflow): update binary file
  • Loading branch information
Marc Otten committed Nov 28, 2023
1 parent 7e2cd7a commit 3f0810d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.command
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ echo " * releases/$FILENAME"

if [ "$1" != "pass-patch" ]; then
# Create a new release...
#git tag -a "v$VERSION" -m "Released $NAME v$VERSION"
#git push origin "v$VERSION"
git tag -a "v$VERSION" -m "Released $NAME v$VERSION"
git push origin "v$VERSION"
gh release create "v$VERSION" "./releases/$FILENAME" --notes "Released $NAME v$VERSION"
echo "..."
fi
Expand Down
Binary file modified releases/joplin_alfred_workflow.v1.0.1.alfredworkflow
Binary file not shown.

0 comments on commit 3f0810d

Please sign in to comment.