Add otpional release generation to helm publish + security fixes #3
No reviewers
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
major
minor
patch
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
oeng/reusable-workflows!3
Loading…
Reference in a new issue
No description provided.
Delete branch "release-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Features
A new boolean option
releaseis available which will create a new release in a Forgejo instance.Supported options:
verbose_tags: When true, prepends the chart name to the version eg:my-chart-1.0.0. This is useful when releasing multiple charts in the same repo.pre_release: When true, Marks the release as a 'pre-release'force: When true, overwrites any existing release with the same tagRelease notes will be automatically generated from the repo's git history using the script: https://git.smallhack.org/small-hack/reusable-workflows/src/branch/main/.forgejo/reusable-scripts/generate-release-notes.sh
Breaking Changes
Secret names are no-longer hard-coded in the reusable action and must be passed in from the caller as shown in the example below: