mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-08 05:40:31 +00:00
Release 1.0.1
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,7 +1,6 @@
|
|||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
package-lock.json
|
||||||
package.json
|
package.json
|
||||||
tmp
|
|
||||||
|
|
||||||
# For platform and editor specific settings, it is recommended to add to
|
# For platform and editor specific settings, it is recommended to add to
|
||||||
# a global .gitignore file.
|
# a global .gitignore file.
|
||||||
|
|||||||
@@ -10,11 +10,14 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
|||||||
|
|
||||||
## [Unreleased]
|
## [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.
|
- Fix error in cases where the release has been created but the binary has not yet been uploaded.
|
||||||
|
|
||||||
## [1.0.0] - 2021-12-30
|
## [1.0.0] - 2021-12-30
|
||||||
|
|
||||||
Initial release
|
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.0.0]: https://github.com/taiki-e/install-action/releases/tag/v1.0.0
|
||||||
|
|||||||
@@ -62,7 +62,6 @@ tools=(
|
|||||||
git push origin main
|
git push origin main
|
||||||
git tag "${tag}"
|
git tag "${tag}"
|
||||||
git push origin --tags
|
git push origin --tags
|
||||||
sleep 10
|
|
||||||
|
|
||||||
version_tag="v${version%%.*}"
|
version_tag="v${version%%.*}"
|
||||||
git checkout -b "${version_tag}"
|
git checkout -b "${version_tag}"
|
||||||
|
|||||||
Reference in New Issue
Block a user