|
|
@@ -112,9 +112,8 @@ jobs:
|
|
|
yarn --frozen-lockfile
|
|
|
|
|
|
- name: Bump versions for next RC
|
|
|
- working-directory: ./apps/slackbot-proxy
|
|
|
run: |
|
|
|
- yarn version --no-git-tag-version --prepatch --preid=slackbot-proxy
|
|
|
+ turbo run version --filter=@growi/slackbot-proxy -- --prerelease
|
|
|
|
|
|
- name: Retrieve information from package.json
|
|
|
uses: myrotvorets/info-from-package-json-action@1.2.0
|
|
|
@@ -136,6 +135,6 @@ jobs:
|
|
|
source_branch: support/prepare-v${{ steps.package-json.outputs.packageVersion }}
|
|
|
destination_branch: master
|
|
|
pr_title: Prepare v${{ steps.package-json.outputs.packageVersion }}
|
|
|
- pr_label: flag/exclude-from-changelog
|
|
|
+ pr_label: flag/exclude-from-changelog,type/prepare-next-version
|
|
|
pr_body: "An automated PR generated by ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|