mirror of
https://github.com/jimeh/release-please-manifest-action.git
synced 2026-02-19 09:06:42 +00:00
Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ccc95c2796 | ||
|
08e227b305
|
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
@@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
".": "0.0.2"
|
".": "0.0.3"
|
||||||
}
|
}
|
||||||
|
|||||||
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -26,11 +26,11 @@ jobs:
|
|||||||
git tag -d "$MINOR_TAG" || true
|
git tag -d "$MINOR_TAG" || true
|
||||||
git push origin ":${MAJOR_TAG}" || true
|
git push origin ":${MAJOR_TAG}" || true
|
||||||
git push origin ":${MINOR_TAG}" || true
|
git push origin ":${MINOR_TAG}" || true
|
||||||
git tag -a "$MAJOR_TAG" -m "Release ${MAJOR_TAG}"
|
git tag -a "$MAJOR_TAG" -m "Release v${{ steps.release.outputs.version }}"
|
||||||
git tag -a "$MINOR_TAG" -m "Release ${MINOR_TAG}"
|
git tag -a "$MINOR_TAG" -m "Release v${{ steps.release.outputs.version }}"
|
||||||
git push origin "$MAJOR_TAG"
|
git push origin "$MAJOR_TAG"
|
||||||
git push origin "$MINOR_TAG"
|
git push origin "$MINOR_TAG"
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN}}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
MAJOR_TAG: v${{ steps.release.outputs.major }}
|
MAJOR_TAG: v${{ steps.release.outputs.major }}
|
||||||
MINOR_TAG: v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}
|
MINOR_TAG: v${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [0.0.3](https://github.com/jimeh/release-please-manifest-action/compare/v0.0.2...v0.0.3) (2023-05-07)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* **release:** use full version in tag annotations ([08e227b](https://github.com/jimeh/release-please-manifest-action/commit/08e227b3057a732f0947407b8657123e5418e77c))
|
||||||
|
|
||||||
## [0.0.2](https://github.com/jimeh/release-please-manifest-action/compare/v0.0.1...v0.0.2) (2023-05-07)
|
## [0.0.2](https://github.com/jimeh/release-please-manifest-action/compare/v0.0.1...v0.0.2) (2023-05-07)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user