Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Enable the ability to create a release from a release branch #829

Merged
merged 1 commit into from
Jun 23, 2021

Conversation

davidvonthenen
Copy link
Contributor

@davidvonthenen davidvonthenen commented Jun 22, 2021

What this PR does / why we need it

There were improvements made in the v0.5.0 release for the release process and this PR should enable handling doing builds from a release branch which I would prefer naming release-0.5 (for example) if we need to do bug fixes, patches, etc on a non-main release. This actually happens to match the branch format for the core repo (v1.3.X -> release-1.3).

Additionally:

  • removes some dead targets rebuild-plugin and rebuild-all... just call build and build-all
  • removes dead code relating to metadata and the old repo on local disk

Which issue(s) this PR fixes

Fixes: #555

Describe testing done for PR

I simulated the effects of the script on a different personal repo: https://github.com/dvonthenen/branchtest

After this gets merged, I'm going to push a "fake" tag for testing end to end.

Special notes for your reviewer

NA

Does this PR introduce a user-facing change?

No

@davidvonthenen davidvonthenen changed the title [WIP] Enable the ability to create a release from a release branch Enable the ability to create a release from a release branch Jun 22, 2021
Copy link
Contributor

@jpmcb jpmcb left a comment

Choose a reason for hiding this comment

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

Nice! This will be useful 👍

@jpmcb jpmcb merged commit f53896a into main Jun 23, 2021
@davidvonthenen davidvonthenen deleted the handlereleasebranches branch June 23, 2021 16:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Branching strategy for bug fixes, security issues, etc
2 participants