Skip to content

Commit

Permalink
ci: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
radoslavirha committed Sep 30, 2023
1 parent 0e0b961 commit bd569a1
Show file tree
Hide file tree
Showing 2 changed files with 259 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"lint": "pnpm --stream -r run lint",
"format": "pnpm --stream -r run format",
"test": "pnpm --stream -r run test",
"changelog": "echo 'generate master changelog' && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"ci:version": "pnpm changelog && pnpx changeset version && pnpm install --no-frozen-lockfile && git add ."
},
"engines": {
Expand All @@ -21,6 +22,7 @@
"linux"
],
"devDependencies": {
"@changesets/cli": "^2.26.2"
"@changesets/cli": "^2.26.2",
"conventional-changelog": "^5.1.0"
}
}
Loading

0 comments on commit bd569a1

Please sign in to comment.