Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(.github/actions): add create-release-v1 action #104

Merged
merged 29 commits into from
Jan 9, 2024

Conversation

Zidious
Copy link
Contributor

@Zidious Zidious commented Dec 5, 2023

This PR adds a new composite action for creating a release. It will create a PR merging release into the provided base branch and within the body of the PR will be the changelog of the new additions. Additionally, there will be two optional inputs migrations-dir and env-file-path. For migrations-dir if supplied will check the diff and create a permalink to the migration file and put into the body of the release PR. Similarly, if env-file-path is supplied will extract the new env vars (with the values redacted) and also place them into the PR body.

Example without the inputs: https://github.com/dequelabs/zidious-testing/pull/118 -- PR: https://github.com/dequelabs/zidious-testing/pull/118
Example with inputs: https://github.com/dequelabs/zidious-testing/pull/120 -- PR: https://github.com/dequelabs/zidious-testing/pull/120

Closes: #89

@Zidious Zidious marked this pull request as ready for review December 20, 2023 16:19
@Zidious Zidious requested a review from a team as a code owner December 20, 2023 16:19
straker
straker previously requested changes Jan 4, 2024
.github/actions/create-release-v1/action.yml Outdated Show resolved Hide resolved
.github/actions/create-release-v1/action.yml Show resolved Hide resolved
.github/actions/create-release-v1/action.yml Outdated Show resolved Hide resolved
.github/actions/create-release-v1/action.yml Show resolved Hide resolved
@Zidious Zidious merged commit 45f26e6 into main Jan 9, 2024
14 checks passed
@Zidious Zidious deleted the feat-create-production-release branch January 9, 2024 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create create-release public action
2 participants