Skip to content

Releases: jupyterhub/action-major-minor-tag-calculator

v3.2.0 - 2024-02-28

28 Feb 13:07
a904ace
Compare
Choose a tag to compare

(full changelog)

New features added

Bugs fixed

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

24 Nov 12:22
05edcce
Compare
Choose a tag to compare

v3.1.0 - 2023-11-24

(full changelog)

Enhancements made

v3.0.0

23 Nov 18:00
3712f66
Compare
Choose a tag to compare

v3.0.0 - 2023-11-23

(full changelog)

Breaking changes

This action now uses Node.js 20.

Maintenance and upkeep improvements

Dependabot updates

https://github.com/jupyterhub/action-major-minor-tag-calculator/pulls?q=is%3Apr+merged%3A2021-10-25..2023-11-20+author%3Aapp%2Fdependabot

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @dependabot | @manics | @minrk

v2.0.0

30 Oct 11:08
f3eeb84
Compare
Choose a tag to compare

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.

  • use loose semver parsing to accept more prerelease formats #125 (@minrk)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @manics | @minrk

v1.2.0 2021-06-04

04 Jun 20:37
v1.2.0
91b27af
Compare
Choose a tag to compare

Add branchRegex for validating/excluding branch names

v1.1.1

19 Apr 15:28
82110af
Compare
Choose a tag to compare
Merge pull request #74 from consideRatio/pr/changelog-1.1.1

Add changelog for v1.1.1

v1.1.0 - 2021-04-15

15 Apr 19:33
35966da
Compare
Choose a tag to compare

v1.1.0 - 2021-04-15

(full changelog)

New features added

  • If no github ref is found optionally return a default tag #66 (@manics)

Bugs fixed

Maintenance and upkeep improvements

Documentation improvements

Continuous integration improvements

  • ci: add automation to update release branches on GitHub releases #62 (@consideRatio)

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @dependabot | @jburel | @manics

Calculate major and minor semver tags, e.g. for tagging containers

10 Feb 16:23
1a08fa6
Compare
Choose a tag to compare

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.