Suggested amendments
This commit is contained in:
parent
f3c59665b1
commit
65cf256775
5 changed files with 92 additions and 3965 deletions
5
.github/workflows/merge.yml
vendored
5
.github/workflows/merge.yml
vendored
|
|
@ -24,13 +24,14 @@ jobs:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
- run: npm ci
|
- run: npm ci
|
||||||
- run: npm run build --if-present
|
- run: npm run build --if-present
|
||||||
- run: npx pr-release merge --target main --source next --commit --force --clean --changelog --compact
|
- run: npm run build:docs
|
||||||
|
- run: npx pr-release merge --target main --source next --commit --force --clean --changelog --compact --out ./docs/recent-changes.md
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
|
||||||
|
|
|
||||||
2
.github/workflows/pr.yml
vendored
2
.github/workflows/pr.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
|
||||||
2
.github/workflows/rollback.yml
vendored
2
.github/workflows/rollback.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
ref: 'next'
|
ref: 'next'
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
uses: actions/setup-node@v2
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: ${{ matrix.node-version }}
|
node-version: ${{ matrix.node-version }}
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ Describes how we do releases of Mithril.js
|
||||||
|
|
||||||
# Mithril.js Release Processes
|
# Mithril.js Release Processes
|
||||||
|
|
||||||
Mithril's release process is automated by [pr-release]. pr-release is maintained by a long time mithril.js community member [@JAForbes](https://github.com/JAForbes).
|
Mithril.js' release process is automated by [pr-release]. pr-release is maintained by a long time Mithril.js community member [@JAForbes](https://github.com/JAForbes).
|
||||||
|
|
||||||
pr-release handles the following:
|
pr-release handles the following:
|
||||||
|
|
||||||
|
|
@ -26,7 +26,7 @@ If you do not have permissions, the maintainer will set the label on your behalf
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
There are two changelogs in the mithril project
|
There are two changelogs in the Mithril.js project
|
||||||
|
|
||||||
- `docs/changelog.md` a hand written curated reflection of changes to the codebase
|
- `docs/changelog.md` a hand written curated reflection of changes to the codebase
|
||||||
- `docs/release.md` an automatically prepended log of changes, managed by pr-release
|
- `docs/release.md` an automatically prepended log of changes, managed by pr-release
|
||||||
|
|
|
||||||
3896
package-lock.json
generated
3896
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue