chore(main): release 3.0.0 (#23)

Co-authored-by: jimehbot[bot] <132453784+jimehbot[bot]@users.noreply.github.com>
This commit is contained in:
jimehbot[bot]
2025-10-24 08:21:33 +01:00
committed by GitHub
parent d822d979e9
commit 84f33fd282
3 changed files with 15 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
{
".": "2.0.0"
".": "3.0.0"
}

View File

@@ -1,5 +1,16 @@
# Changelog
## [3.0.0](https://github.com/jimeh/release-please-manifest-action/compare/v2.0.0...v3.0.0) (2025-10-24)
### ⚠ BREAKING CHANGES
* **deps:** Removed various app token related inputs not available in new underlying action. Please see updated list of inputs in README.
### Features
* **deps:** migrate to actions/create-github-app-token ([#22](https://github.com/jimeh/release-please-manifest-action/issues/22)) ([d822d97](https://github.com/jimeh/release-please-manifest-action/commit/d822d979e98542a92c39e3c8f9045ff3d47cdc26))
## [2.0.0](https://github.com/jimeh/release-please-manifest-action/compare/v1.0.3...v2.0.0) (2025-03-07)

View File

@@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: jimeh/release-please-manifest-action@v2
- uses: jimeh/release-please-manifest-action@v3
```
<!-- x-release-please-end -->
@@ -108,7 +108,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: jimeh/release-please-manifest-action@v2
- uses: jimeh/release-please-manifest-action@v3
with:
token: ${{ secrets.RELEASE_PAT_TOKEN }}
```
@@ -166,7 +166,7 @@ jobs:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: jimeh/release-please-manifest-action@v2
- uses: jimeh/release-please-manifest-action@v3
with:
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}