Skip to content

Commit

Permalink
Workflows cleanup (#183)
Browse files Browse the repository at this point in the history
* chore: remove semantic-release packages

Signed-off-by: Edvinas Jurele <[email protected]>

* chore: update volta node version to v20

Signed-off-by: Edvinas Jurele <[email protected]>

---------

Signed-off-by: Edvinas Jurele <[email protected]>
  • Loading branch information
edvinasjurele authored Mar 27, 2024
1 parent 638a2d1 commit cd1f889
Show file tree
Hide file tree
Showing 4 changed files with 6,292 additions and 15,995 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/manual_release.yml

This file was deleted.

3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,5 +237,4 @@ NOTE: if any of the latest Storyblok CMS nodes and marks are not supported, plea
## Contributing
Please see our [contributing guidelines](./CONTRIBUTING.md) and our [code of conduct](https://github.com/NordSecurity/.github/blob/main/CODE_OF_CONDUCT.md).
This project uses [semantic-release](https://semantic-release.gitbook.io/semantic-release/) for generating new versions by using commit messages. We use the Angular Convention to name the commits.
Please see our [contributing guidelines](./CONTRIBUTING.md) and our [code of conduct](https://github.com/NordSecurity/.github/blob/main/CODE_OF_CONDUCT.md).
7 changes: 1 addition & 6 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,21 +49,16 @@
"ts:check": "tsc"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.0.3",
"@semantic-release/npm": "^11.0.2",
"@storyblok/js": "^3.0.0",
"astro": "^4.5.1",
"semantic-release": "^23.0.2",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.6.4"
},
"peerDependencies": {
"astro": "^3.0.0 || ^4.0.0"
},
"volta": {
"node": "18.12.1"
"node": "20.11.0"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit cd1f889

Please sign in to comment.