Skip to content

Commit

Permalink
fix: Environment config
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoryporebski committed Mar 14, 2024
1 parent 478393d commit b41d1ab
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 18
node-version: 21

- name: Install Bun
run: npm i -g bun
Expand Down
20 changes: 20 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,26 @@
"files": [
"/lib"
],
"release": {
"branches": [
"main"
],
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/npm",
[
"@semantic-release/git",
{
"assets": [
"package.json"
],
"message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
}
],
"@semantic-release/github"
]
},
"scripts": {
"build": "run-s clean:lib build:*",
"build:module": "bun build.ts",
Expand Down

0 comments on commit b41d1ab

Please sign in to comment.