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

DX-2556: Switch to release drafter #4302

Merged
merged 9 commits into from
Dec 17, 2020
Merged

Conversation

danepowell
Copy link
Contributor

@danepowell danepowell commented Dec 16, 2020

Motivation

A ton of BLT code exists solely to manage releases. This is a pain to maintain, and we are also using deprecated Github API methods that would require a fair amount of effort to fix.

Proposed changes

Instead of manually rolling releases, switch to the Release Drafter app that will automatically generate new releases, release notes, and version numbers / tags.

This introduces a dependency on Composer 2 to return version number since we need APIs available in Composer 2 to get the BLT version number (since we'll no longer be baking it into each release via a commit). I think this is acceptable because Composer 1 is now EOL and we can soon make Composer 2 mandatory (or else have a fallback way of getting version number).

@danepowell danepowell added Enhancement A feature or feature request and removed Enhancement A feature or feature request labels Dec 16, 2020
@danepowell danepowell changed the title DX-2556: Switch to release drafter, require Composer 2 DX-2556: Switch to release drafter Dec 17, 2020
@danepowell danepowell merged commit fdebad7 into acquia:12.x Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement A feature or feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant