Releases: jupyterhub/action-major-minor-tag-calculator
v3.2.0 - 2024-02-28
New features added
- Add suffix input and support empty strings in prefix/suffix #333 (@consideRatio, @manics)
Bugs fixed
- Default branchRegex input to a regex describing valid tags #329 (@consideRatio, @manics)
Contributors to this release
The following people contributed discussions, new ideas, code and documentation contributions, and review.
See our definition of contributors.
(GitHub contributors page for this release)
@consideRatio (activity) | @manics (activity)
v3.1.0
v3.1.0 - 2023-11-24
Enhancements made
- Allow prefix to be a whitespace/comma separated list of prefixes #326 (@consideRatio, @manics)
v3.0.0
v3.0.0 - 2023-11-23
Breaking changes
This action now uses Node.js 20.
Maintenance and upkeep improvements
- Update all dependencies, move to Node 20 #323 (@manics)
- Stop bumping dev deps and group production PRs #317 (@consideRatio)
- dependabot: monthly updates of github actions and npm deps #294 (@consideRatio)
- update dependencies #285 (@minrk)
- ci: use v1,v2,etc tags instead of branches for dependabot bumping compatibility #213 (@consideRatio)
- Remove deprecated
GITHUB_TOKEN
#140 (@manics)
Dependabot updates
Contributors to this release
v2.0.0
v2.0.0
Breaking changes
This release changes the behavior to parse versions less strictly. In practice,
this makes the action accept the version 2.0.0b1
as a pre-release where it
previously would error and declare it as an invalid SemVer2 version.
Other merged PRs
- Bump ansi-regex from 5.0.0 to 5.0.1 #126 (@dependabot)
- Bump prettier from 2.4.0 to 2.4.1 #124 (@dependabot)
- Bump eslint-plugin-jest from 24.4.0 to 24.4.2 #123 (@dependabot)
- Bump @vercel/ncc from 0.31.0 to 0.31.1 #122 (@dependabot)
- Bump prettier from 2.3.2 to 2.4.0 #121 (@dependabot)
- Bump jest from 27.1.0 to 27.2.0 #120 (@dependabot)
- Bump @vercel/ncc from 0.30.0 to 0.31.0 #119 (@dependabot)
- Bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.12.0 #118 (@dependabot)
- Bump nock from 13.1.2 to 13.1.3 #117 (@dependabot)
- Bump jest from 27.0.6 to 27.1.0 #116 (@dependabot)
- Bump @vercel/ncc from 0.29.2 to 0.30.0 #115 (@dependabot)
- Bump @vercel/ncc from 0.29.1 to 0.29.2 #114 (@dependabot)
- Bump @actions/core from 1.2.6 to 1.5.0 #113 (@dependabot)
- Bump nock from 13.1.1 to 13.1.2 #112 (@dependabot)
- Bump @vercel/ncc from 0.29.0 to 0.29.1 #111 (@dependabot)
- Bump eslint from 7.31.0 to 7.32.0 #110 (@dependabot)
- Bump eslint-plugin-jest from 24.3.6 to 24.4.0 #109 (@dependabot)
- Bump eslint from 7.30.0 to 7.31.0 #108 (@dependabot)
- Bump @vercel/ncc from 0.27.0 to 0.29.0 #107 (@dependabot)
- Bump jest from 27.0.5 to 27.0.6 #106 (@dependabot)
- Bump nock from 13.1.0 to 13.1.1 #105 (@dependabot)
- Bump eslint from 7.29.0 to 7.30.0 #104 (@dependabot)
- Bump jest from 27.0.4 to 27.0.5 #103 (@dependabot)
- Bump prettier from 2.3.1 to 2.3.2 #102 (@dependabot)
- Bump eslint from 7.28.0 to 7.29.0 #101 (@dependabot)
- Bump jest from 27.0.3 to 27.0.4 #100 (@dependabot)
- Bump glob-parent from 5.1.1 to 5.1.2 #98 (@dependabot)
- Bump prettier from 2.3.0 to 2.3.1 #97 (@dependabot)
- Bump nock from 13.0.11 to 13.1.0 #96 (@dependabot)
- Bump eslint from 7.27.0 to 7.28.0 #95 (@dependabot)
- Bump Actions-R-Us/actions-tagger from 95c51c646e75db5c6b7d447e3087bcee58677341 to 2.0.2 #69 (@dependabot)
- Bump semver from 7.3.4 to 7.3.5 #52 (@dependabot)
Contributors to this release
v1.2.0 2021-06-04
Add branchRegex
for validating/excluding branch names
v1.1.1
Merge pull request #74 from consideRatio/pr/changelog-1.1.1 Add changelog for v1.1.1
v1.1.0 - 2021-04-15
v1.1.0 - 2021-04-15
New features added
Bugs fixed
Maintenance and upkeep improvements
- Update License from boilerplate entry to JupyterHub #63 (@consideRatio)
Documentation improvements
- Update README to assume a less introduced reader #65 (@consideRatio)
Continuous integration improvements
- ci: add automation to update release branches on GitHub releases #62 (@consideRatio)
Contributors to this release
Calculate major and minor semver tags, e.g. for tagging containers
First release of a GitHub action for calculating tags to be used on artifacts where partial major
and major.minor
tags are also wanted when a major.minor.patch
tag is created. As a special case a tag of the form major.minor.patch-N
where N
is an integer will also be tagged as major.minor.patch
, etc. Technically this is a semver pre-release, but is treated as a full release since this is a common way to tag Docker containers.