Skip to content

Commit 7efb60f

Browse files
authored
Release please support (#77)
* chore: update version and enhance Docker CI workflow - Changed package version from 1.0.0 to 0.1.0 to reflect initial development stage. - Modified Docker CI workflow to trigger on release events instead of pushes to main, improving deployment strategy. - Enhanced image tagging logic to support versioning based on release tags and added conditional scanning for both release and pull request images. - Introduced a new workflow for automated release management using release-please action, streamlining the release process. * chore: enhance Docker image tagging for pull requests - Updated Docker CI workflow to use full SHA and PR number for tagging images in pull request events, improving traceability and consistency in image management. * chore: update release-please action token for improved security - Changed the token used in the release-please GitHub Action from GITHUB_TOKEN to RELEASE_PLEASE_PAT, enhancing security by utilizing a more specific personal access token for release management.
1 parent 7b8abf8 commit 7efb60f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
- name: Run Release Please
1717
uses: google-github-actions/release-please-action@v4
1818
with:
19-
token: ${{ secrets.GITHUB_TOKEN }}
19+
token: ${{ secrets.RELEASE_PLEASE_PAT }}
2020
release-type: node
2121
changelog-notes-type: github

0 commit comments

Comments
 (0)