Releases: github/licensed-ci
Releases · github/licensed-ci
v1.5.8
What's Changed
- Update README.md with required GITHUB_TOKEN permissions by @jonabc in https://github.com/jonabc/licensed-ci/pull/98
- Bump eslint from 8.3.0 to 8.4.0 by @dependabot in https://github.com/jonabc/licensed-ci/pull/99
- Bump jest from 27.3.1 to 27.4.3 by @dependabot in https://github.com/jonabc/licensed-ci/pull/100
- Bump @vercel/ncc from 0.32.0 to 0.33.0 by @dependabot in https://github.com/jonabc/licensed-ci/pull/101
- Set git user config per call by @jonabc in https://github.com/jonabc/licensed-ci/pull/103
- Use unique, unshallow branches for licensed remote by @jonabc in https://github.com/jonabc/licensed-ci/pull/102
Full Changelog: jonabc/licensed-ci@v1.5.7...v1.5.8
v1.5.7
What's Changed
- Reinstate x-access-token in remote url by @jonabc in https://github.com/jonabc/licensed-ci/pull/97
Full Changelog: jonabc/licensed-ci@v1.5.6...v1.5.7
v1.5.6
What's Changed
- Don't fail git config call when no config values are set by @jonabc in https://github.com/jonabc/licensed-ci/pull/95
Full Changelog: jonabc/licensed-ci@v1.5.5...v1.5.6
v1.5.5
What's Changed
- Bump sinon from 11.1.2 to 12.0.1 by @dependabot in https://github.com/jonabc/licensed-ci/pull/87
- Bump eslint from 8.1.0 to 8.2.0 by @dependabot in https://github.com/jonabc/licensed-ci/pull/86
- Bump nock from 13.1.4 to 13.2.0 by @dependabot in https://github.com/jonabc/licensed-ci/pull/85
- Bump nock from 13.2.0 to 13.2.1 by @dependabot in https://github.com/jonabc/licensed-ci/pull/88
- Bump @vercel/ncc from 0.31.1 to 0.32.0 by @dependabot in https://github.com/jonabc/licensed-ci/pull/89
- Bump eslint from 8.2.0 to 8.3.0 by @dependabot in https://github.com/jonabc/licensed-ci/pull/90
- remove explicit acorn reference by @jonabc in https://github.com/jonabc/licensed-ci/pull/93
- Clear auth-based extra headers when pushing licensing changes and make action more reliable by @jonabc in https://github.com/jonabc/licensed-ci/pull/92
- Update readme and actions workflows by @jonabc in https://github.com/jonabc/licensed-ci/pull/94
Full Changelog: jonabc/licensed-ci@v1.5.4...v1.5.5
v1.5.4
Mostly comprised of dependabot updates, one bug fix to not check license cache paths that don't exist on disk.
v1.5.3
v1.5.2
Enable the action to work with events that include a top level pull_request
event in the event payload.
v1.5.1
Updated the messaging given on created PRs in the branch
strategy to be more clear on the purpose of the created PR. Added links to messages back to the base branch and PR if available.
v1.5.0
Updates the branch
workflow with a few quality of life improvements
- Comments on the user's work PR (if available) about creating or updating a PR for cached metadata updates
- Posts the
licensed status
result to the cached metadata updates PR whenlicensed-ci
is run from a user work branch - Merges changes from the user's work branch to the cache metadata update branch instead of rebasing. User's can choose how to merge/rebase the changes from that branch back onto their work branch to keep their git history to their liking. This solves a class of problems around needing to
git push --force
after rebasing.
v1.4.0
- Adds data from the licensed-ci run as step output for additional actions scripting
- Adds
cleanup_on_success
input flag to cleanupbranch
workflow artifacts whenlicensed status
succeeds on the user branch.