mirror of
https://github.com/jimeh/release-please-manifest-action.git
synced 2026-02-19 09:06:42 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ffac38c285 | ||
| 023c0d0dc3 | |||
| 322dcdf56e | |||
|
|
38d93f4a8a | ||
|
22f0022a09
|
2
.github/.release-please-manifest.json
vendored
2
.github/.release-please-manifest.json
vendored
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.1.1"
|
".": "1.0.1"
|
||||||
}
|
}
|
||||||
|
|||||||
3
.github/release-please-config.json
vendored
3
.github/release-please-config.json
vendored
@@ -9,8 +9,7 @@
|
|||||||
"bump-minor-pre-major": true,
|
"bump-minor-pre-major": true,
|
||||||
"bump-patch-for-minor-pre-major": true,
|
"bump-patch-for-minor-pre-major": true,
|
||||||
"draft": false,
|
"draft": false,
|
||||||
"prerelease": false,
|
"prerelease": false
|
||||||
"initial-version": "0.0.1"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
|
||||||
|
|||||||
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.0.1](https://github.com/jimeh/release-please-manifest-action/compare/v1.0.0...v1.0.1) (2023-05-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **action:** set correct action name in action.yml metadata ([#10](https://github.com/jimeh/release-please-manifest-action/issues/10)) ([322dcdf](https://github.com/jimeh/release-please-manifest-action/commit/322dcdf56ed8be4589ffbd70cb1382198ca65120))
|
||||||
|
|
||||||
|
## [1.0.0](https://github.com/jimeh/release-please-manifest-action/compare/v0.1.1...v1.0.0) (2023-05-08)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* **release:** prepare for v1.0.0 ([22f0022](https://github.com/jimeh/release-please-manifest-action/commit/22f0022a0932f5639bb4808df16e76c245256880))
|
||||||
|
|
||||||
## [0.1.1](https://github.com/jimeh/release-please-manifest-action/compare/v0.1.0...v0.1.1) (2023-05-08)
|
## [0.1.1](https://github.com/jimeh/release-please-manifest-action/compare/v0.1.0...v0.1.1) (2023-05-08)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: jimeh/release-please-manifest-action@v0
|
- uses: jimeh/release-please-manifest-action@v1
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- x-release-please-end -->
|
<!-- x-release-please-end -->
|
||||||
@@ -119,7 +119,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: jimeh/release-please-manifest-action@v0
|
- uses: jimeh/release-please-manifest-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.RELEASE_PAT_TOKEN }}
|
token: ${{ secrets.RELEASE_PAT_TOKEN }}
|
||||||
```
|
```
|
||||||
@@ -179,7 +179,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.ref == 'refs/heads/main'
|
if: github.ref == 'refs/heads/main'
|
||||||
steps:
|
steps:
|
||||||
- uses: jimeh/release-please-manifest-action@v0
|
- uses: jimeh/release-please-manifest-action@v1
|
||||||
with:
|
with:
|
||||||
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
|
app-id: ${{ secrets.RELEASE_BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
|
private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
name: "release-please-action"
|
name: "release-please-manifest-action"
|
||||||
description: >-
|
description: >-
|
||||||
Opinionated action for running release-please in manifest mode with optional
|
Opinionated action for running release-please in manifest mode with optional
|
||||||
support to authenticate as a GitHub App.
|
support to authenticate as a GitHub App.
|
||||||
|
|||||||
Reference in New Issue
Block a user