Releases: amitsingh-007/next-release-tag
Releases · amitsingh-007/next-release-tag
v6.1.0
What's Changed
- fix id in
name
andtag_name
of create release step by @yuran1811 in #109 - Bump rimraf from 5.0.7 to 6.0.1 by @dependabot in #110
- Bump husky from 9.0.11 to 9.1.6 by @dependabot in #118
- Bump @vercel/ncc from 0.38.1 to 0.38.2 by @dependabot in #120
- Bump @actions/core from 1.10.1 to 1.11.1 by @dependabot in #122
- Bump typescript from 5.4.5 to 5.6.3 by @dependabot in #121
- Bump vitest from 1.6.0 to 2.1.3 by @dependabot in #119
- Bump eslint-plugin-import from 2.29.1 to 2.31.0 by @dependabot in #117
- Bump prettier from 3.3.2 to 3.3.3 by @dependabot in #113
- Bump eslint-plugin-prettier from 5.1.3 to 5.2.1 by @dependabot in #112
- Bump minor deps by @amitsingh-007 in #123
New Contributors
- @yuran1811 made their first contribution in #109
Full Changelog: v6.0.0...v6.1.0
v6.0.0
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
- Breaking: Generate tag with minimum 2 digits by @amitsingh-007 in #103
- Add optional input for previous release tag by @bryanpendleton in #102
- Bump prettier from 3.2.5 to 3.3.2 by @dependabot in #104
- Dependabot updates by @amitsingh-007 in #106
New Contributors
- @bryanpendleton made their first contribution in #102
Full Changelog: v5.2.0...v6.0.0
v5.2.0
What's Changed
- Allow tag creation when no prior release exists by @amitsingh-007 in #89
- Add contributing readme by @amitsingh-007 in #90
- Bump dependencies
Dependency changes
- Bump pnpm/action-setup from 2 to 3 by @dependabot in #84
- Bump prettier from 3.2.4 to 3.2.5 by @dependabot in #82
- Bump eslint from 8.56.0 to 8.57.0 by @dependabot in #81
- Bump typescript from 5.4.4 to 5.4.5 by @dependabot in #96
- Bump pnpm/action-setup from 3 to 4 by @dependabot in #97
- Bump vitest from 1.4.0 to 1.6.0 by @dependabot in #98
- Bump rimraf from 5.0.5 to 5.0.7 by @dependabot in #99
Full Changelog: v5.1.0...v5.2.0
v5.1.0
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
Full Changelog: v5.0.0...v5.1.0
v5.0.0
Breaking Changes
- The minimum supported node version is now v20.
What's Changed
- action.yml: bump node to v20 by @aanderse in #62
- Bump prettier from 3.1.1 to 3.2.4 by @dependabot in #70
- Bump vitest from 1.1.3 to 1.2.1 by @dependabot in #69
- Bump LouisBrunner/checks-action from 1.6.2 to 2.0.0 by @dependabot in #68
- Bump minimum supported node version to v20 by @amitsingh-007 in #73
New Contributors
Full Changelog: v4.2.0...v5.0.0
v4.2.0
Bump dependencies
- No breaking/major change
What's Changed
- Add dependabot by @amitsingh-007 in #35
- Bump LouisBrunner/checks-action from 1.5.0 to 1.6.2 by @dependabot in #39
- Bump eslint from 8.42.0 to 8.56.0 by @dependabot in #42
- Bump rimraf from 5.0.1 to 5.0.5 by @dependabot in #43
- Bump @typescript-eslint/eslint-plugin from 5.59.8 to 5.62.0 by @dependabot in #51
- Bump vitest from 0.31.4 to 1.1.3 by @dependabot in #50
- Bump eslint-config-airbnb-typescript from 17.0.0 to 17.1.0 by @dependabot in #54
- Bump @actions/core from 1.10.0 to 1.10.1 by @dependabot in #55
- Bump eslint-plugin-import from 2.27.5 to 2.29.1 by @dependabot in #46
- Bump @vercel/ncc from 0.36.1 to 0.38.1 by @dependabot in #52
- Bump prettier from 2.8.8 to 3.1.1 by @dependabot in #53
- Bump @typescript-eslint/parser from 5.59.8 to 5.62.0 by @dependabot in #49
- Bump typescript from 5.1.3 to 5.3.3 by @dependabot in #47
- Bump eslint-config-prettier from 8.8.0 to 9.1.0 by @dependabot in #45
- Bump actions/setup-node from 3 to 4 by @dependabot in #37
- Bump actions/upload-artifact from 2 to 4 by @dependabot in #38
- Bump actions/checkout from 3 to 4 by @dependabot in #40
- Bump actions/github-script from 6 to 7 by @dependabot in #41
- Bump @actions/github from 5.1.1 to 6.0.0 by @dependabot in #44
- Bump eslint-plugin-prettier from 4.2.1 to 5.1.3 by @dependabot in #59
New Contributors
- @dependabot made their first contribution in #39
Full Changelog: v4.1.0...v4.2.0
v4.1.0
What's Changed
- Use latest tag(pre-release, full release or dangling) instead of latest published full-release tag by @amitsingh-007 in #30
- Bump dependencies by @amitsingh-007 in #32
Full Changelog: v4.0.0...v4.1.0
v4.0.0
Breaking Changes
- The
tag_prefix
input is now mandatory. Previously, it was optional, and its default value wasv
. - 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
- Support new templating system for release tag by @amitsingh-007 in #24
Other changes
- Set previous release tag in output by @amitsingh-007 in #22
- Refactor redundant code to improve performance by @amitsingh-007 in #23
- Bump dependencies by @amitsingh-007 in #26
Full Changelog: v3.0.0...v4.0.0
Release v3.0.0
Breaking Changes
- Set release tag to step output instead of env by @amitsingh-007 in #19
- Minimum required node version: v14 by @amitsingh-007 in #15
Highlights
- Feature: Support tag prefix by @amitsingh-007 in #17
Other changes
- Bump dependencies @amitsingh-007 in #15
- Added many CI checks and DX improvements
Full Changelog: v2.2.0...v3.0.0
Handle scenario when there are no releases in the repository
What's Changed
- Fix no releases yet in the repository by @amitsingh-007 in #11
Full Changelog: v2.1.0...v2.2.0