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

cI: Release Automation Step 1 #392

Merged
merged 12 commits into from
Jun 18, 2024
Merged

cI: Release Automation Step 1 #392

merged 12 commits into from
Jun 18, 2024

Conversation

BobaFetters
Copy link
Member

@BobaFetters BobaFetters commented Jun 18, 2024

This is the first step in automating our release process as much as possible. The plan is to have this manually triggered CI job that can create the initial PR and handle all the basic tasks associated with that. Then a separate CI job that will be triggered on merge of release PRs to handle the tasks associated with that (tagging, creating release on github repo etc)

Currently planning to leave CHANGELOG handling as a manual process and get as many other parts of the CI process as possible automated and then revisit the possibility of automating CHANGELOG handling as well.

Sample Release PR created by this workflow: #394

The "Things to do as part of releasing" section will be the focus of the workflow that triggers from merging the release PR.

@BobaFetters BobaFetters self-assigned this Jun 18, 2024
Copy link

netlify bot commented Jun 18, 2024

Deploy Preview for eclectic-pie-88a2ba canceled.

Name Link
🔨 Latest commit 8ea9ca4
🔍 Latest deploy log https://app.netlify.com/sites/eclectic-pie-88a2ba/deploys/6671edc20eedf80008e16174

Copy link

netlify bot commented Jun 18, 2024

Deploy Preview for apollo-ios-docc canceled.

Name Link
🔨 Latest commit 8ea9ca4
🔍 Latest deploy log https://app.netlify.com/sites/apollo-ios-docc/deploys/6671edc2e3f41b00084749d0

Copy link
Contributor

@AnthonyMDev AnthonyMDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome! Thanks so much for getting this started!

.github/workflows/create-release-pr.yml Outdated Show resolved Hide resolved
@BobaFetters BobaFetters requested a review from AnthonyMDev June 18, 2024 18:49
@calvincestari
Copy link
Member

Currently planning to leave CHANGELOG handling as a manual process and get as many other parts of the CI process as possible automated and then revisit the possibility of automating CHANGELOG handling as well.

I think the changelog can definitely be automated but we'd need to all adopt PR titles like Conventional Commits specifies. The changelog will be less descriptive than we have now but collecting those explanations is what makes it a manual process at the moment.

@calvincestari
Copy link
Member

but we'd need to all adopt PR titles like Conventional Commits specifies.

We could enforce this through our PR validation action so the community has to abide too.

Copy link
Member

@calvincestari calvincestari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

.github/workflows/create-release-pr.yml Outdated Show resolved Hide resolved
@BobaFetters
Copy link
Member Author

but we'd need to all adopt PR titles like Conventional Commits specifies.

We could enforce this through our PR validation action so the community has to abide too.

Yea I assumed we would do something along these lines, figured some investigation and discussion to decide exactly what we want to would be good.

@BobaFetters BobaFetters merged commit cf3f7ec into main Jun 18, 2024
22 checks passed
@BobaFetters BobaFetters deleted the ci/release-automation branch June 18, 2024 20:37
BobaFetters added a commit that referenced this pull request Jun 18, 2024
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.

3 participants