Skip to content

Commit

Permalink
feat: semantic-release@24
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Jun 1, 2024
1 parent 1a0b9d8 commit 1d81f7d
Show file tree
Hide file tree
Showing 3 changed files with 1,579 additions and 925 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
if: "!contains(github.event.head_commit.message, 'skip ci')"
env: {NODE_OPTIONS: '--max-old-space-size=3200'}
steps:
- { uses: actions/checkout@v3, with: { persist-credentials: true } }
- { uses: actions/setup-node@v3, with: { node-version: 18, cache: 'yarn' } }
- { uses: actions/checkout@v4, with: { persist-credentials: true } }
- { uses: actions/setup-node@v4, with: { node-version: 'lts/*', cache: 'yarn' } }
- { name: yarn, run: yarn --frozen-lockfile }

- name: release
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@semantic-release/changelog": "^6.0.0",
"@semantic-release/git": "^10.0.0",
"semantic-release": "^23.0.0",
"semantic-release": "^24.0.0",
"yargs": "^17.1.1"
},
"devDependencies": {
Expand All @@ -33,7 +33,7 @@
"url": "https://github.com/NaturalCycles/semantic-release"
},
"engines": {
"node": ">=18.12"
"node": ">=20.11"
},
"description": "semantic-release with some tweaks and default config",
"author": "Natural Cycles Team",
Expand Down
Loading

0 comments on commit 1d81f7d

Please sign in to comment.