Releases: EndBug/latest-tag
v1.6.2
What's Changed
- docs: add alyssa-glean as a contributor for bug by @allcontributors in #33
- chore(deps-dev): bump eslint from 8.49.0 to 8.50.0 by @dependabot in #36
- chore(deps-dev): bump @types/node from 18.17.15 to 18.18.1 by @dependabot in #37
- chore(deps): bump @actions/core from 1.9.1 to 1.10.1 by @dependabot in #34
- chore(deps-dev): bump @vercel/ncc from 0.33.4 to 0.38.0 by @dependabot in #38
- chore(deps-dev): bump typescript from 4.7.2 to 5.2.2 by @dependabot in #35
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.6.0 to 6.9.1 by @dependabot in #39
- chore(deps-dev): bump @vercel/ncc from 0.38.0 to 0.38.1 by @dependabot in #41
- chore(deps-dev): bump @types/node from 18.18.1 to 18.18.8 by @dependabot in #42
- chore(deps-dev): bump eslint-plugin-prettier from 5.0.0 to 5.0.1 by @dependabot in #43
- chore(deps-dev): bump @typescript-eslint/parser from 6.6.0 to 6.9.1 by @dependabot in #40
- chore(deps-dev): bump @types/node from 18.18.8 to 18.19.0 by @dependabot in #44
- chore(deps-dev): bump @typescript-eslint/parser from 6.9.1 to 6.13.1 by @dependabot in #47
- chore(deps-dev): bump typescript from 5.2.2 to 5.3.2 by @dependabot in #48
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.9.1 to 6.13.1 by @dependabot in #45
- chore(deps-dev): bump prettier from 3.0.3 to 3.1.1 by @dependabot in #49
- chore(deps-dev): bump eslint from 8.50.0 to 8.56.0 by @dependabot in #50
- chore(deps-dev): bump eslint-plugin-prettier from 5.0.1 to 5.1.2 by @dependabot in #51
- chore(deps-dev): bump @types/node from 18.19.0 to 18.19.4 by @dependabot in #52
- chore(deps-dev): bump @typescript-eslint/parser from 6.13.1 to 6.16.0 by @dependabot in #54
- chore(deps-dev): bump @typescript-eslint/parser from 6.16.0 to 6.18.1 by @dependabot in #55
- chore(deps-dev): bump eslint-plugin-prettier from 5.1.2 to 5.1.3 by @dependabot in #56
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.13.1 to 6.20.0 by @dependabot in #57
- chore(deps-dev): bump husky from 8.0.3 to 9.0.7 by @dependabot in #58
- chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 by @dependabot in #59
- fix: update to node v20 by @EndBug in #61
- chore(deps-dev): bump eslint-config-prettier from 9.0.0 to 9.1.0 by @dependabot in #53
- docs: add pavel-faltynek as a contributor for maintenance by @allcontributors in #62
Full Changelog: v1.6.1...v1.6.2
v1.6.1
What's Changed
- ci(deps): bump actions/checkout from 2 to 4 by @dependabot in #26
- ci(deps): bump EndBug/add-and-commit from 4 to 9 by @dependabot in #27
- chore(deps-dev): bump husky from 8.0.1 to 8.0.3 by @dependabot in #29
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #22
- Support a custom working directory by @qubitz in #21
- docs: add qubitz as a contributor for code by @allcontributors in #24
New Contributors
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- Bump @actions/core from 1.8.2 to 1.9.1 by @dependabot in #17
- run action using Node.js v16 by @sebhoss in #19
- docs: add sebhoss as a contributor for code by @allcontributors in #20
New Contributors
Full Changelog: v1.5.0...v1.5.1
v1.5.0
What's Changed
- You can now tell the action to create (or force update) a branch instead of a tag with the
force-branchinput (#14) - The
tag-nameinput has been deprecated: userefinstead
Full Changelog: v1.3.1...v1.5.0
v1.4.0
Changed:
- The action can now operate without any
GITHUB_TOKENenv variable - The action can now be used with any trigger event (issue #8)
v1.3.1
This release makes the action force-push only the created tag, instead of pushing updating every tag on the repo
Ref: #5
v1.3.0
This release adds the tag-name option, which lets you edit the name that will be used for the tag. (Ref #3)
This option defaults to latest
v1.2.0
This release consists of a complete re-write in TypeScript (the action won't need to build and will be faster). On top of that, there's now the possibility to create lightweight tags by not entering any description.
v1.1.1
This release is just to add the major version tag v1, which can be used to keep the action updated while avoiding breaking changes.