forked from chanzuckerberg/fogg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Review release please config (#286)
- Do not set `release-type` on github action to ensure manifest is used - Clean up changelog config from GH Workflow as it is maintained in release-please-config file - Test adding new changelog section configuration - Clean up bootstrap-sha as it is ignored after initial bootstrap Ref: - [command](https://github.com/google-github-actions/release-please-action?tab=readme-ov-file#command) - [bootstrap](https://github.com/googleapis/release-please/blob/main/docs/manifest-releaser.md#starting-commit)
- Loading branch information
1 parent
d0024fe
commit 3b52016
Showing
3 changed files
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,24 +8,10 @@ jobs: | |
release-please: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/github-script@v7 | ||
id: configure-changelog | ||
with: | ||
result-encoding: string | ||
script: | | ||
const changelogTypes = [ | ||
{type: "feat", section: "Features", hidden: false}, | ||
{type: "chore", section: "Misc", hidden: false}, | ||
{type: "fix", section: "BugFixes", hidden: false}, | ||
] | ||
return JSON.stringify(changelogTypes) | ||
- name: release please | ||
uses: google-github-actions/[email protected] | ||
id: release | ||
with: | ||
release-type: simple | ||
# https://github.com/google-github-actions/release-please-action#github-credentials | ||
token: ${{ secrets.VINCENT_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters