File tree Expand file tree Collapse file tree 3 files changed +15
-4
lines changed
Expand file tree Collapse file tree 3 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 2 .0.0"
2+ "." : " 3 .0.0"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.0] ( https://github.com/krystal/release-please-manifest-action/compare/v2.0.0...v3.0.0 ) (2025-10-24)
4+
5+
6+ ### ⚠ BREAKING CHANGES
7+
8+ * ** deps:** Removed various app token related inputs not available in new underlying action. Please see updated list of inputs in README.
9+
10+ ### Features
11+
12+ * ** deps:** migrate to actions/create-github-app-token ([ #7 ] ( https://github.com/krystal/release-please-manifest-action/issues/7 ) ) ([ 221b0b8] ( https://github.com/krystal/release-please-manifest-action/commit/221b0b85603f9c92ee59410c7172139915b4ee9f ) )
13+
314## [ 2.0.0] ( https://github.com/krystal/release-please-manifest-action/compare/v1.0.1...v2.0.0 ) (2025-05-22)
415
516
Original file line number Diff line number Diff line change 7070 runs-on : ubuntu-latest
7171 if : github.ref == 'refs/heads/main'
7272 steps :
73- - uses : krystal/release-please-manifest-action@v2
73+ - uses : krystal/release-please-manifest-action@v3
7474` ` `
7575
7676<!-- x-release-please-end -->
@@ -115,7 +115,7 @@ jobs:
115115 runs-on : ubuntu-latest
116116 if : github.ref == 'refs/heads/main'
117117 steps :
118- - uses : krystal/release-please-manifest-action@v2
118+ - uses : krystal/release-please-manifest-action@v3
119119 with :
120120 token : ${{ secrets.RELEASE_PAT_TOKEN }}
121121` ` `
@@ -173,7 +173,7 @@ jobs:
173173 runs-on: ubuntu-latest
174174 if: github.ref == 'refs/heads/main'
175175 steps:
176- - uses: krystal/release-please-manifest-action@v2
176+ - uses: krystal/release-please-manifest-action@v3
177177 with:
178178 app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
179179 private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
You can’t perform that action at this time.
0 commit comments