Skip to content

Commit

Permalink
Merge pull request #39 from joinmisskey/main
Browse files Browse the repository at this point in the history
Release: 2024.7.0
  • Loading branch information
joinmisskey-app-1[bot] authored Jul 9, 2024
2 parents c6cbd2a + fc301c1 commit a2333d6
Show file tree
Hide file tree
Showing 10 changed files with 79 additions and 65 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/create-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,6 @@ on:
description: 'App ID for app to create release'
RELEASE_APP_PRIVATE_KEY:
description: 'Private key for app to create release'
RULESET_EDIT_APP_ID:
description: 'App ID for app to edit rulesets'
RULESET_EDIT_APP_PRIVATE_KEY:
description: 'Private key for app to edit rulesets'

permissions:
contents: write
issues: write
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ on:
description: 'App ID for app to create release'
RELEASE_APP_PRIVATE_KEY:
description: 'Private key for app to create release'
RULESET_EDIT_APP_ID:
description: 'App ID for app to edit rulesets'
RULESET_EDIT_APP_PRIVATE_KEY:
description: 'Private key for app to edit rulesets'

permissions:
contents: write
Expand Down Expand Up @@ -120,7 +116,7 @@ jobs:
- name: Commit version
run: |
if [ -n "$(git status --porcelain)" ]; then
git commit -am "[skip ci] Release: $TARGET_VERSION"
git commit -am "Release: $TARGET_VERSION"
git push
fi
env:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-edit-with-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,19 @@ jobs:
env:
STABLE_BRANCH: ${{ vars.STABLE_BRANCH }}
- name: Get target version
if: steps.get_pr.outputs.pr_number != ''
uses: joinmisskey/release-actions/.github/actions/get-target-version@main
id: v
# CHANGELOG.mdの内容を取得
- name: Get changelog
if: steps.get_pr.outputs.pr_number != ''
uses: joinmisskey/release-actions/.github/actions/get-changelog@main
with:
version: ${{ steps.v.outputs.target_version }}
id: changelog
# PRのnotesを更新
- name: Update PR
if: steps.get_pr.outputs.pr_number != ''
run: |
gh pr edit "$PR_NUMBER" --body "$CHANGELOG"
env:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release-with-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ jobs:
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
RULESET_EDIT_APP_ID: ${{ secrets.RULESET_EDIT_APP_ID }}
RULESET_EDIT_APP_PRIVATE_KEY: ${{ secrets.RULESET_EDIT_APP_PRIVATE_KEY }}

create-prerelease:
uses: joinmisskey/release-actions/.github/workflows/create-prerelease.yml@main
Expand Down Expand Up @@ -127,5 +125,3 @@ jobs:
secrets:
RELEASE_APP_ID: ${{ secrets.RELEASE_APP_ID }}
RELEASE_APP_PRIVATE_KEY: ${{ secrets.RELEASE_APP_PRIVATE_KEY }}
RULESET_EDIT_APP_ID: ${{ secrets.RULESET_EDIT_APP_ID }}
RULESET_EDIT_APP_PRIVATE_KEY: ${{ secrets.RULESET_EDIT_APP_PRIVATE_KEY }}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
CHANGELOG
=======================================

## 2024.7.0

### General
- Fix aaa

### Client
- uuu

### Server
- ooo


## 2024.6.2

### General
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ To maintain the integrity of the stable branch, it is recommended that it prohib
## Repository secrets and variables
### Secrets
<dl>
<dt><code>RELEASE_APP_ID</code> <i>(optional)</i><</dt>
<dt><code>RELEASE_APP_ID</code> <i>(optional)</i></dt>
<dd>See "If you have `on: release` workflows..."</dd>
<dt><code>RELEASE_APP_PRIVATE_KEY</code> <i>(optional)</i><</dt>
<dt><code>RELEASE_APP_PRIVATE_KEY</code> <i>(optional)</i></dt>
<dd>PEM cert. See "If you have `on: release` workflows..."</dd>
</dl>

Expand Down
Binary file modified flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 59 additions & 47 deletions flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "sandbox-actions-release",
"version": "2024.6.2"
"version": "2024.7.0"
}
2 changes: 1 addition & 1 deletion packages/misskey-js/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "sandbox-actions-release-misskey-js",
"version": "2024.6.2"
"version": "2024.7.0"
}

0 comments on commit a2333d6

Please sign in to comment.