cherrypick
cherrypick copied to clipboard
chore(deps): bump misskey-dev/release-manager-actions from 1 to 2
Bumps misskey-dev/release-manager-actions from 1 to 2.
Release notes
Sourced from misskey-dev/release-manager-actions's releases.
v2.0.0
2.0.0
Release Manager Actions v2 is a release support workflow based on the develop-stable branches system. It is incompatible with v1.
Migration
Migration is deprecated because it is so different from v1, but if it is necessary, do the following:
- Create a stable branch and register its name as a
STABLE_BRANCH
variable.- Since ruleset management is no longer needed, remove
RULESET_EDIT_APP_PRIVATE_KEY
,RULESET_ID_WITHIN_RELEASE
, andRULESET_ID_OUT_OF_RELEASE
. Also, the rulesets used in v1 should be deleted.- Grant
Repository - Pull request - Read and Write
permission to the GitHub App foron: release
. If you don't have it, please create it.
In theInstall App
tab, select org or user right ⚙️ and go to the App installation management screen, where you will see(app) is requesting an update to its permissions. [Review Request]
. SelectReview Request
and on the next screen selectAccept new permissions
.- Create a ruleset to protect the stable branch according to README.md.
- Override the three release manager workflows.
Set line 6 ofrelease-edit-with-push.yml
to the name of the develop branch (the default branch in your repository).Screenshots to grant permission to the app
v1.2.1
The copied actions need to be replaced like following:
- release-edit-with-push.yml
https://github.com/misskey-dev/release-manager-actions/commit/c9287a3b002a6b6a765bdfcbe4597f88f581bafc#diff-e203de9569f7e3142efd374c0dca7e88b6d3fa704c51dd02d55b0a2d3810f6de- release-with-ready.yml https://github.com/misskey-dev/release-manager-actions/commit/c9287a3b002a6b6a765bdfcbe4597f88f581bafc#diff-72b079e73412ba22b09f29c84b4205de9370875dc1aa56f9b27a7797941e578e
- Eliminated the possibility of code execution and token theft via external input
v1.2.0
The copied actions need to be replaced by the rewritten actions like this: https://github.com/misskey-dev/misskey/commit/f5d57c02c7edbf71c4f2eaff789dfd093513027d .
- The
INDENT
variable allows selection of the indentation format ofpackage.json
.v1.1.2
- Fix: Creating Pre-release always creates rc
v1.1.0
- Make it possible to specify the app when creating a release, so that the
on: release
workflow can be triggered.1.0.2
... (truncated)
Changelog
Sourced from misskey-dev/release-manager-actions's changelog.
CHANGELOG
2.0.1
- Removed unnecessary secrets (RULESET_...)
2.0.0
Release Manager Actions v2 is a release support workflow based on the develop-stable branches system. It is incompatible with v1.
Migration
Migration is deprecated because it is so different from v1, but if it is necessary, do the following:
- Create a stable branch and register its name as a
STABLE_BRANCH
variable.- Since ruleset management is no longer needed, remove
RULESET_EDIT_APP_PRIVATE_KEY
,RULESET_ID_WITHIN_RELEASE
, andRULESET_ID_OUT_OF_RELEASE
. Also, the rulesets used in v1 should be deleted.- Grant
Repository - Pull request - Read and Write
permission to the GitHub App foron: release
. If you don't have it, please create it.
In theInstall App
tab, select org or user right ⚙️ and go to the App installation management screen, where you will see(app) is requesting an update to its permissions. [Review Request]
. SelectReview Request
and on the next screen selectAccept new permissions
.- Create a ruleset to protect the stable branch according to README.md.
- Override the three release manager workflows.
Set line 6 ofrelease-edit-with-push.yml
to the name of the develop branch (the default branch in your repository).1.2.1
The copied actions need to be replaced like following:
- release-edit-with-push.yml
https://github.com/misskey-dev/release-manager-actions/commit/c9287a3b002a6b6a765bdfcbe4597f88f581bafc#diff-e203de9569f7e3142efd374c0dca7e88b6d3fa704c51dd02d55b0a2d3810f6de- release-with-ready.yml https://github.com/misskey-dev/release-manager-actions/commit/c9287a3b002a6b6a765bdfcbe4597f88f581bafc#diff-72b079e73412ba22b09f29c84b4205de9370875dc1aa56f9b27a7797941e578e
- Eliminated the possibility of code execution and token theft via external input
1.2.0
The copied actions need to be replaced by the rewritten actions like this: https://github.com/misskey-dev/misskey/commit/f5d57c02c7edbf71c4f2eaff789dfd093513027d .
- The
INDENT
variable allows selection of the indentation format ofpackage.json
.1.1.2
- Fix: Creating Pre-release always creates rc
1.1.1
- Fix: release-with-ready not creating releases in external apps
1.1.0
- Make it possible to specify the app when creating a release, so that the
on: release
workflow can be triggered.1.0.0
- The first release
Commits
8d55ec4
edit changelog39c4d51
Merge branch 'main' into v2aeea536
remove ruleset secrets3a267a7
update CHANGELOG/mda24078e
2.0.095ea360
wip for release-manager-actions9730791
remove [skip ci] from stable release commit9020e43
Merge branch 'main' of https://github.com/joinmisskey/release-actionsca241a0
update flow7e64415
[skip ci] Update CHANGELOG.md (prepend template)- Additional commits viewable 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)