Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 5, 2022
1 parent 56a0328 commit 4d0d5ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
node_modules
package-lock.json
package.json
tmp

# For platform and editor specific settings, it is recommended to add to
# a global .gitignore file.
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com

## [Unreleased]

## [1.0.1] - 2022-01-05

- Fix error in cases where the release has been created but the binary has not yet been uploaded.

## [1.0.0] - 2021-12-30

Initial release

[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.0.0...HEAD
[Unreleased]: https://github.com/taiki-e/install-action/compare/v1.0.1...HEAD
[1.0.1]: https://github.com/taiki-e/create-gh-release-action/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/taiki-e/install-action/releases/tag/v1.0.0
1 change: 0 additions & 1 deletion tools/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ tools=(
git push origin main
git tag "${tag}"
git push origin --tags
sleep 10

version_tag="v${version%%.*}"
git checkout -b "${version_tag}"
Expand Down

0 comments on commit 4d0d5ef

Please sign in to comment.