Skip to content

Releases: EndBug/latest-tag

v1.6.2

20 Feb 20:54
v1.6.2
7589411
Compare
Choose a tag to compare

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

11 Sep 09:56
v1.6.1
e0ddffc
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.6.1

v1.6.0

10 Sep 21:19
v1.6.0
45d77ee
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.1...v1.6.0

v1.5.1

11 Oct 16:32
c28e58d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

26 May 19:43
8b12061
Compare
Choose a tag to compare

What's Changed

  • You can now tell the action to create (or force update) a branch instead of a tag with the force-branch input (#14)
  • The tag-name input has been deprecated: use ref instead

Full Changelog: v1.3.1...v1.5.0

v1.4.0

23 Dec 19:45
6d22a67
Compare
Choose a tag to compare

Changed:

  • The action can now operate without any GITHUB_TOKEN env variable
  • The action can now be used with any trigger event (issue #8)

v1.3.1

06 May 07:55
be87b13
Compare
Choose a tag to compare

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

14 Apr 17:00
2c51c74
Compare
Choose a tag to compare

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

09 Mar 13:55
d0a1248
Compare
Choose a tag to compare

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

24 Dec 09:41
712e2ad
Compare
Choose a tag to compare

This release is just to add the major version tag v1, which can be used to keep the action updated while avoiding breaking changes.