sentry-symfony
sentry-symfony copied to clipboard
Bump getsentry/action-prepare-release from 1.5.6 to 1.6.3
Bumps getsentry/action-prepare-release from 1.5.6 to 1.6.3.
Release notes
Sourced from getsentry/action-prepare-release's releases.
v1.6.3
What's Changed
- fix: Correctly switch to release branch when extracting git info by
@Lms24in getsentry/action-prepare-release#38Full Changelog: https://github.com/getsentry/action-prepare-release/compare/v1.6.2...v1.6.3
v1.6.2
Changes
- fix: Fetch entire merge target branch and tags (#37)
v1.6.1
Changes
- ref: Optimize merge target branch checkout step (#36)
v1.6.0
Changes
This release adds a new optional input to the action:
craft_config_from_merge_targetIf this input is set to
true, the craft config file (.craft.yml) will be applied from the merge target branch instead of from the default branch. This is useful if you want to publish older or preview versions of a package that require a changed craft config from your default branch. By default, the craft config will still be applied from the repo's default branch as before.feat: Add option to use craft config from merge target branch to prepare release (getsentry/action-prepare-release#34)
Commits
375d991fix: Correctly switch to release branch when extracting git info (#38)7ca0d62fix: Fetch entire merge target branch and tags (#37)c92225eref: Optimize merge target branch checkout step (#36)df11e4bfeat: Add option to use craft config from merge target branch to prepare rele...7fefa3fUpdate wording for publish issue (#33)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)