Skip to content

Latest commit

 

History

History
202 lines (128 loc) · 17.7 KB

CHANGELOG.md

File metadata and controls

202 lines (128 loc) · 17.7 KB

v3

v3.2.0 - 2024-02-28

(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 - 2023-11-24

(full changelog)

Enhancements made

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.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

v2.0.0 - 2021-09-26

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

v1.2.0 - 2021-06-04

(full changelog)

Enhancements made

  • Add branchRegex for validating/excluding branch names #89 (@manics)

Maintenance and upkeep improvements

  • Used named parameters for calculateTags #94 (@manics)

Other merged PRs

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @dependabot | @manics

v1.1.1 - 2021-04-19

Bugs fixed

  • exclude invalid versions from existing tags #73 (@minrk)

Documentation improvements

  • Documentation tweaks to action.yml / README.md pre-publishing #68 (@consideRatio)

Contributors to this release

(GitHub contributors page for this release)

@consideRatio | @minrk

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