Skip to content

Commit c492777

Browse files
Merge pull request #80 from NullVoxPopuli/nvp/update-releease-plan
pnpm dlx create-release-plan-setup@latest --update
2 parents 1a8c81c + 424dbd8 commit c492777

3 files changed

Lines changed: 28 additions & 16 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v6
30-
- uses: pnpm/action-setup@v6
30+
- uses: pnpm/action-setup@v5
3131
- uses: actions/setup-node@v6
3232
with:
3333
node-version: 24
3434
registry-url: 'https://registry.npmjs.org'
3535
cache: pnpm
36-
- run: npm install -g npm@latest # ensure that the globally installed npm is new enough to support OIDC
3736
- run: pnpm install --frozen-lockfile
3837
- name: Publish to NPM
3938
run: NPM_CONFIG_PROVENANCE=true pnpm release-plan publish

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"concurrently": "^9.1.2",
2323
"prettier": "^3.5.2",
2424
"prettier-plugin-ember-template-tag": "^2.0.4",
25-
"release-plan": "^0.17.4"
25+
"release-plan": "^0.18.0"
2626
},
2727
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
2828
"engines": {

pnpm-lock.yaml

Lines changed: 26 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)