Skip to content

Releases: amitsingh-007/next-release-tag

v6.1.0

21 Oct 15:00
64aa84a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v6.0.0...v6.1.0

v6.0.0

16 Jun 05:46
d3025f8
Compare
Choose a tag to compare

⚠️ This version contains breaking changes ⚠️

Breaking Changes

  • The generated release tag now has 0 prefixed to each template part when the value is less than 10. This ensures that all parts are now a minimum of two digits and represent what the template indicates. This addresses the issue mentioned here.

What's Changed

New Contributors

Full Changelog: v5.2.0...v6.0.0

v5.2.0

13 May 14:36
517026f
Compare
Choose a tag to compare

What's Changed

Dependency changes

Full Changelog: v5.1.0...v5.2.0

v5.1.0

30 Jan 13:53
9dc0f56
Compare
Choose a tag to compare

What's Changed

  • Improve verbosity of error message to ease debugging by @ralph in #75
  • Bump vitest from 1.2.1 to 1.2.2 by @dependabot in #78

New Contributors

  • @ralph made their first contribution in #75

Full Changelog: v5.0.0...v5.1.0

v5.0.0

26 Jan 08:28
Compare
Choose a tag to compare

⚠️ This version contains breaking changes ⚠️

Breaking Changes

  • The minimum supported node version is now v20.

What's Changed

New Contributors

Full Changelog: v4.2.0...v5.0.0

v4.2.0

11 Jan 18:20
f592e63
Compare
Choose a tag to compare

Bump dependencies

  • No breaking/major change

What's Changed

New Contributors

Full Changelog: v4.1.0...v4.2.0

v4.1.0

08 Jun 14:01
24ba224
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.0...v4.1.0

v4.0.0

02 Apr 15:17
a15b8de
Compare
Choose a tag to compare

⚠️ This version contains breaking changes ⚠️

Breaking Changes

  • The tag_prefix input is now mandatory. Previously, it was optional, and its default value was v.
  • A new tag_template input has been added. For more information, refer to the Templating System.
  • The latest release tag of the repository must conform to the provided tag template, and therefore, at least one release tag must already exist.

Highlights

Other changes

Full Changelog: v3.0.0...v4.0.0

Release v3.0.0

22 Jan 20:35
c1a0a4a
Compare
Choose a tag to compare

⚠️ This version contains many breaking changes ⚠️

Breaking Changes

Highlights

Other changes

Full Changelog: v2.2.0...v3.0.0

Handle scenario when there are no releases in the repository

02 Oct 07:06
de6e796
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0