Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for 2.0.0 #127

Merged
merged 3 commits into from
Sep 29, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 64 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,71 @@
# v1.2.0
## 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](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/125) ([@minrk](https://github.com/minrk))

#### Other merged PRs

- Bump ansi-regex from 5.0.0 to 5.0.1 [#126](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/126) ([@dependabot](https://github.com/dependabot))
- Bump prettier from 2.4.0 to 2.4.1 [#124](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/124) ([@dependabot](https://github.com/dependabot))
- Bump eslint-plugin-jest from 24.4.0 to 24.4.2 [#123](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/123) ([@dependabot](https://github.com/dependabot))
- Bump @vercel/ncc from 0.31.0 to 0.31.1 [#122](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/122) ([@dependabot](https://github.com/dependabot))
- Bump prettier from 2.3.2 to 2.4.0 [#121](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/121) ([@dependabot](https://github.com/dependabot))
- Bump jest from 27.1.0 to 27.2.0 [#120](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/120) ([@dependabot](https://github.com/dependabot))
- Bump @vercel/ncc from 0.30.0 to 0.31.0 [#119](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/119) ([@dependabot](https://github.com/dependabot))
- Bump stefanzweifel/git-auto-commit-action from 4.11.0 to 4.12.0 [#118](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/118) ([@dependabot](https://github.com/dependabot))
- Bump nock from 13.1.2 to 13.1.3 [#117](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/117) ([@dependabot](https://github.com/dependabot))
- Bump jest from 27.0.6 to 27.1.0 [#116](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/116) ([@dependabot](https://github.com/dependabot))
- Bump @vercel/ncc from 0.29.2 to 0.30.0 [#115](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/115) ([@dependabot](https://github.com/dependabot))
- Bump @vercel/ncc from 0.29.1 to 0.29.2 [#114](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/114) ([@dependabot](https://github.com/dependabot))
- Bump @actions/core from 1.2.6 to 1.5.0 [#113](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/113) ([@dependabot](https://github.com/dependabot))
- Bump nock from 13.1.1 to 13.1.2 [#112](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/112) ([@dependabot](https://github.com/dependabot))
- Bump @vercel/ncc from 0.29.0 to 0.29.1 [#111](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/111) ([@dependabot](https://github.com/dependabot))
- Bump eslint from 7.31.0 to 7.32.0 [#110](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/110) ([@dependabot](https://github.com/dependabot))
- Bump eslint-plugin-jest from 24.3.6 to 24.4.0 [#109](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/109) ([@dependabot](https://github.com/dependabot))
- Bump eslint from 7.30.0 to 7.31.0 [#108](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/108) ([@dependabot](https://github.com/dependabot))
- Bump @vercel/ncc from 0.27.0 to 0.29.0 [#107](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/107) ([@dependabot](https://github.com/dependabot))
- Bump jest from 27.0.5 to 27.0.6 [#106](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/106) ([@dependabot](https://github.com/dependabot))
- Bump nock from 13.1.0 to 13.1.1 [#105](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/105) ([@dependabot](https://github.com/dependabot))
- Bump eslint from 7.29.0 to 7.30.0 [#104](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/104) ([@dependabot](https://github.com/dependabot))
- Bump jest from 27.0.4 to 27.0.5 [#103](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/103) ([@dependabot](https://github.com/dependabot))
- Bump prettier from 2.3.1 to 2.3.2 [#102](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/102) ([@dependabot](https://github.com/dependabot))
- Bump eslint from 7.28.0 to 7.29.0 [#101](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/101) ([@dependabot](https://github.com/dependabot))
- Bump jest from 27.0.3 to 27.0.4 [#100](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/100) ([@dependabot](https://github.com/dependabot))
- Bump glob-parent from 5.1.1 to 5.1.2 [#98](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/98) ([@dependabot](https://github.com/dependabot))
- Bump prettier from 2.3.0 to 2.3.1 [#97](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/97) ([@dependabot](https://github.com/dependabot))
- Bump nock from 13.0.11 to 13.1.0 [#96](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/96) ([@dependabot](https://github.com/dependabot))
- Bump eslint from 7.27.0 to 7.28.0 [#95](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/95) ([@dependabot](https://github.com/dependabot))
- Bump Actions-R-Us/actions-tagger from 95c51c646e75db5c6b7d447e3087bcee58677341 to 2.0.2 [#69](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/69) ([@dependabot](https://github.com/dependabot))
- Bump semver from 7.3.4 to 7.3.5 [#52](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/52) ([@dependabot](https://github.com/dependabot))

#### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/action-major-minor-tag-calculator/graphs/contributors?from=2021-06-04&to=2021-09-26&type=c))

[@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3AconsideRatio+updated%3A2021-06-04..2021-09-26&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3Amanics+updated%3A2021-06-04..2021-09-26&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3Aminrk+updated%3A2021-06-04..2021-09-26&type=Issues)

## v1

### v1.2.0 - 2021-06-04

([full changelog](https://github.com/jupyterhub/action-major-minor-tag-calculator/compare/v1.1.1...v1.2.0))

## Enhancements made
#### Enhancements made

- Add branchRegex for validating/excluding branch names [#89](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/89) ([@manics](https://github.com/manics))

## Maintenance and upkeep improvements
#### Maintenance and upkeep improvements

- Used named parameters for calculateTags [#94](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/94) ([@manics](https://github.com/manics))

## Other merged PRs
#### Other merged PRs

- Bump jest from 26.6.3 to 27.0.3 [#92](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/92) ([@dependabot](https://github.com/dependabot))
- Bump ws from 7.4.0 to 7.4.6 [#90](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/90) ([@dependabot](https://github.com/dependabot))
Expand All @@ -26,23 +81,23 @@
- Bump eslint-plugin-jest from 24.3.5 to 24.3.6 [#76](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/76) ([@dependabot](https://github.com/dependabot))
- Set permissions.contents=write in workflows [#75](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/75) ([@manics](https://github.com/manics))

## Contributors to this release
#### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/action-major-minor-tag-calculator/graphs/contributors?from=2021-04-19&to=2021-06-04&type=c))

[@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3AconsideRatio+updated%3A2021-04-19..2021-06-04&type=Issues) | [@dependabot](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3Adependabot+updated%3A2021-04-19..2021-06-04&type=Issues) | [@manics](https://github.com/search?q=repo%3Ajupyterhub%2Faction-major-minor-tag-calculator+involves%3Amanics+updated%3A2021-04-19..2021-06-04&type=Issues)

### v1.1.1
### v1.1.1 - 2021-04-19

## Bugs fixed
#### Bugs fixed

- exclude invalid versions from existing tags [#73](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/73) ([@minrk](https://github.com/minrk))

## Documentation improvements
#### Documentation improvements

- Documentation tweaks to action.yml / README.md pre-publishing [#68](https://github.com/jupyterhub/action-major-minor-tag-calculator/pull/68) ([@consideRatio](https://github.com/consideRatio))

## Contributors to this release
#### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/action-major-minor-tag-calculator/graphs/contributors?from=2021-04-15&to=2021-04-19&type=c))

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The GitHub action's only output is named `tags` and is a JSON formatted list. Se
| `1.2.3` | `1.2.0`, `1.3.0` | `"[1.2.3, 1.2]"` | |
| `1.2.3` | `1.2.0`, `1.2.5` | `"[1.2.3]"` | |
| `1.2.3-alpha.1` | `1.2.0` | `"[1.2.3-alpha.1]"` | A pre-release suffix on a version is treated like a branch |
| `1.2.3a1` | `1.2.0` | `"[1.2.3a1]"` | A pre-release suffix (loose parsing) on a version is treated like a branch |
| `1.2.3-4` | `1.2.0`, `1.2.3` | `"[1.2.3-4, 1.2.3, 1.2, 1, latest]"` | A build number suffix on a version is treated like the version but even newer |

## Recommended input parameters
Expand Down