diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index f0aa859..c73c10d 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -48,17 +48,6 @@ jobs: - name: Build run: | npm run build - - name: Install plugins - run: | - npm install \ - @semantic-release/commit-analyzer \ - conventional-changelog-conventionalcommits \ - @semantic-release/release-notes-generator \ - @semantic-release/npm \ - @semantic-release/github \ - @semantic-release/git \ - @semantic-release/changelog \ - --no-progress --no-package-lock --no-save - name: Release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ab98a9..bb26eab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ ## [3.1.7](https://github.com/nodejs/branch-diff/compare/v3.1.6...v3.1.7) (2026-07-29) +### Trivial Changes + +* **ci:** slow down dependabot, group, pin actions by hash ([#90](https://github.com/nodejs/branch-diff/issues/90)) ([a31e2ff](https://github.com/nodejs/branch-diff/commit/a31e2ffef6d61d18ce45bffec9cbabe710566d48)) + ## [3.1.6](https://github.com/nodejs/branch-diff/compare/v3.1.5...v3.1.6) (2026-07-16) +### Trivial Changes + +* **deps:** bump actions/setup-node from 6.4.0 to 7.0.0 ([#89](https://github.com/nodejs/branch-diff/issues/89)) ([53e39b5](https://github.com/nodejs/branch-diff/commit/53e39b50af203c68c004e36654a2e7d546b9b118)) + ## [3.1.5](https://github.com/nodejs/branch-diff/compare/v3.1.4...v3.1.5) (2026-06-22) ### Trivial Changes diff --git a/package.json b/package.json index 03210d4..ea7e32c 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,14 @@ }, "preferGlobal": true, "devDependencies": { + "@semantic-release/changelog": "^7.0.0", + "@semantic-release/commit-analyzer": "^13.0.1", + "@semantic-release/git": "^11.0.0", + "@semantic-release/github": "^12.0.6", + "@semantic-release/npm": "^13.1.5", + "@semantic-release/release-notes-generator": "^14.1.0", + "conventional-changelog-conventionalcommits": "^9.3.1", + "semantic-release": "^25.0.3", "standard": "^17.0.0" }, "release": { @@ -91,6 +99,30 @@ "type": "fix", "section": "Bug Fixes" }, + { + "type": "perf", + "section": "Performance Improvements" + }, + { + "type": "revert", + "section": "Reverts" + }, + { + "type": "refactor", + "section": "Code Refactoring" + }, + { + "type": "test", + "section": "Tests" + }, + { + "type": "build", + "section": "Trivial Changes" + }, + { + "type": "ci", + "section": "Trivial Changes" + }, { "type": "chore", "section": "Trivial Changes" @@ -100,8 +132,8 @@ "section": "Trivial Changes" }, { - "type": "test", - "section": "Tests" + "type": "style", + "section": "Trivial Changes" } ] }