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(ci): move draft releases to github actions #634

Merged
merged 12 commits into from
Jan 2, 2024

Conversation

mcasimir
Copy link
Contributor

@mcasimir mcasimir commented Dec 29, 2023

A proposal to move also this one to CI, and be fully managed via Github actions, the set of privileges is the same of pushing tags, this is more practical and accessible for people not actively working on vscode (ie. first responder, a PM @GaurabAryal :))

The idea is to kickoff draft releases from https://github.com/mongodb-js/vscode/actions selecting the type of bump (patch, minor, major) from a dropdown or the exact new version.

The workflow has safe-guard checks for pre-existing tags and version format.

NOTE: To do this i've extracted the test and build steps in a composite action, which is called by test and set and create draft release.

Copy link
Member

@Anemy Anemy left a comment

Choose a reason for hiding this comment

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

Sweet, nice changes. One thing on documentation we probably want to look at:
In our CONTRIBUTING.md document in this repo we write about the release process. With these changes we should update that releasing section so that its not out of date.

https://github.com/mongodb-js/vscode/blob/main/CONTRIBUTING.md#releasing

@mcasimir mcasimir merged commit 28668ed into main Jan 2, 2024
5 checks passed
@mcasimir mcasimir deleted the draft-releases-with-gh branch January 2, 2024 17:36
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