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

chore(admin): convert manual release creation steps into automated script #1853

Merged
merged 1 commit into from
Mar 18, 2024

Conversation

timotheeg
Copy link
Contributor

Problem

Preparing for release is tedious with manual steps to cut branches, extract version, tag, push to staging, copy test procedures, and opening up 2 PRs (release OR to master, backport PR to develop).

While not a huge drain of time, the procedures has been in place for years, and time adds up. An automation script can cut the prep time to just a few seconds.

Solution

Provide a bash prep scripts engineers can run to start on a release in seconds.

This PR includes no runtime code for production.

Note: This is the same script that was introduced in the backend repo in this PR

@timotheeg timotheeg requested a review from a team March 18, 2024 05:52
@timotheeg timotheeg merged commit 334c847 into develop Mar 18, 2024
12 checks passed
@timotheeg timotheeg deleted the release_prep_script branch March 18, 2024 06:09
@seaerchin seaerchin mentioned this pull request Mar 21, 2024
7 tasks
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.

2 participants