Skip to content

Commit

Permalink
feat: adding release-notes-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorezende committed Jan 8, 2025
1 parent 1bc8ebb commit c122ea8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 48 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/release-namadillo.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Release
on:
push:
branches:
- main
workflow-dispatch:

permissions:
contents: read # for checkout
Expand Down
1 change: 1 addition & 0 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"branches": ["main"]
},
"plugins": [
"@semantic-release/release-notes-generator",
[
"@semantic-release/commit-analyzer",
{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"@chain-registry/types": "^0.45.80",
"@release-it/conventional-changelog": "^8.0.1",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"eslint": "^8.57.0",
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4905,7 +4905,7 @@ __metadata:
languageName: node
linkType: hard

"@semantic-release/release-notes-generator@npm:^14.0.0-beta.1":
"@semantic-release/release-notes-generator@npm:^14.0.0-beta.1, @semantic-release/release-notes-generator@npm:^14.0.3":
version: 14.0.3
resolution: "@semantic-release/release-notes-generator@npm:14.0.3"
dependencies:
Expand Down Expand Up @@ -17398,6 +17398,7 @@ __metadata:
"@chain-registry/types": "npm:^0.45.80"
"@release-it/conventional-changelog": "npm:^8.0.1"
"@semantic-release/commit-analyzer": "npm:^13.0.1"
"@semantic-release/release-notes-generator": "npm:^14.0.3"
"@typescript-eslint/eslint-plugin": "npm:^8.4.0"
"@typescript-eslint/parser": "npm:^8.4.0"
chain-registry: "npm:^1.63.100"
Expand Down

0 comments on commit c122ea8

Please sign in to comment.