Skip to content

Commit

Permalink
feat(github): adds semantic release support
Browse files Browse the repository at this point in the history
  • Loading branch information
pavankjadda committed Jul 1, 2024
1 parent 05f170f commit 45e68fb
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
13 changes: 12 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,17 @@
"pkgRoot": "dist/ng-kit"
}
],
"@semantic-release/release-notes-generator"
"@semantic-release/release-notes-generator",
"@semantic-release/git",
[
{
"assets": [
"package.json",
"projects/ng-kit/project.json"
],
"message": "chore(release): bump version to ${nextRelease.version}"
}
]
]
},
"private": false,
Expand Down Expand Up @@ -59,6 +69,7 @@
"@nx/workspace": "19.3.2",
"@playwright/test": "^1.44.0",
"@schematics/angular": "^18.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^12.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
Expand Down
35 changes: 35 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45e68fb

Please sign in to comment.