chore(deps): update Workflow args test script to v3.1.0 #135
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps updater/tests/workflow-args.sh from latest to 3.1.0.
Auto-generated by a dependency updater.
Changelog
3.1.0
Features
post-update-scriptinput parameter to run custom scripts after dependency updates (#130, #133).sh) and PowerShell (.ps1) scriptsssh-keyinput parameter for deploy key authenticationssh-key(for git) andapi-token(for GitHub API) togetherFixes
changelog-entryparameter and add input validation (#127)Dependencies
3.0.0
Breaking Changes
Updater: The default value for
pr-strategyhas been changed fromcreatetoupdate. (#124)This change means the updater will now maintain a single PR that gets updated with new dependency versions (instead of creating separate PRs for each version).
If you want to preserve the previous behavior of creating separate PRs, explicitly set
pr-strategy: createin your workflow:In case you have existing open PRs created with the
createstrategy, you will need to remove these old branchesmanually as the new name would be a prefix of the old PRs, which git doesnt' allow.
Updater and Danger reusable workflows are now composite actions (#114)
To update your existing Updater workflows:
Note: If you were using SSH deploy keys with the v2 reusable workflow, the v3.0 composite action initially only supported tokens.
SSH key support was restored in v3.1 (#134). To use SSH keys, update to v3.1+ and use the
ssh-keyinput:To update your existing Danger workflows:
Features
target-branchinput parameter (#118)Security
Fixes
2.13.1
Fixes
2.13.0
Features
skip-changeloglabel (#94)2.12.0
Features
Fixes
2.11.0
Features
CHANGELOG.md(#75)Example of notes before
## UnreleasedHeader onCHANGELOG.mdImportant
If you are upgrading to the
1.xversions of the Sentry SDK from0.xor below,make sure you follow our migration guide first.
2.10.0
Changes
octokit/request-actiondependency in favor of usinggh api(#74)Fixes
Dependencies
actions/checkoutfrom v3 to v4 (#72)styfle/cancel-workflow-actionfrom v0.12.0 to v0.12.1 (#73)2.9.1
Fixes
2.9.0
Fixes
Dependencies
danger/danger-jsfrom v11.1.2 to v11.3.1 (#59)2.8.1
Fixes
2.8.0
Fixes
gitgithub.com:) (#62)Features
Dependencies
2.7.0
Features
2.6.0
Features
2.5.1
Fixes
2.5.0
Features
Fixes
2.4.0
Features
2.3.0
Features
changelog-entryoption to disable adding a changelog entry (#43)2.2.2
Fixes
2.2.1
Fixes
2.2.0
Features
2.1.1
Fixes
2.1.0
Features
danger.yml, to check Pull Requests with predefined rules (#34)2.0.0
Changes
api_tokensecret toapi-token(#21)Features
pr-strategyswitch to choose between creating new PRs or updating an existing one (#22)changelog-sectioninput setting to specify target changelog section header (#19)Fixes
1.0.0
Initial release & subsequent fixes - only major version v1 was kept & overridden for this release.