Skip to content

Releases: misskey-dev/release-manager-actions

v2.0.1

03 Jun 06:28
Compare
Choose a tag to compare
  • Removed unnecessary secrets (RULESET_...)

v2.0.0

31 May 19:41
Compare
Choose a tag to compare

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:

  1. Create a stable branch and register its name as a STABLE_BRANCH variable.
  2. Since ruleset management is no longer needed, remove RULESET_EDIT_APP_PRIVATE_KEY, RULESET_ID_WITHIN_RELEASE, and RULESET_ID_OUT_OF_RELEASE. Also, the rulesets used in v1 should be deleted.
  3. Grant Repository - Pull request - Read and Write permission to the GitHub App for on: release. If you don't have it, please create it.
    In the Install 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]. Select Review Request and on the next screen select Accept new permissions.
  4. Create a ruleset to protect the stable branch according to README.md.
  5. Override the three release manager workflows.
    Set line 6 of release-edit-with-push.yml to the name of the develop branch (the default branch in your repository).

Screenshots to grant permission to the app

image

image

image

v1.2.1

27 May 14:52
Compare
Choose a tag to compare

The copied actions need to be replaced like following:

  • Eliminated the possibility of code execution and token theft via external input

v1.2.0

07 May 05:40
Compare
Choose a tag to compare

The copied actions need to be replaced by the rewritten actions like this: misskey-dev/misskey@f5d57c0 .

  • The INDENT variable allows selection of the indentation format of package.json.

v1.1.2

06 May 13:45
Compare
Choose a tag to compare
  • Fix: Creating Pre-release always creates rc

v1.1.0

06 Feb 06:42
Compare
Choose a tag to compare
  • Make it possible to specify the app when creating a release, so that the on: release workflow can be triggered.

1.0.2

29 Jan 16:28
9030607
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.0.2

1.0.1

29 Jan 16:10
3c43a7f
Compare
Choose a tag to compare

Fix actions references

Full Changelog: v1.0.0...1.0.1

1.0.0

23 Jan 20:28
4a695e1
Compare
Choose a tag to compare

The first release