question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow publishing patch releases from a release branch

See original GitHub issue

Right now craft assumes that all your development happens on master. However sometimes you want to do feature development on master but still keep a previous release branch around to do point releases that don’t have breaking changes.

Right now I have would suggest releases/0.$N.x, or releases/$N.x as branch names.

Maybe related to #34

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

3reactions
st0012commented, May 12, 2021

@BYK thank you for implementing this 😄

2reactions
chadwhitacrecommented, Apr 12, 2021

@jean85 and @ste93cry have similar needs for sentry-php and sentry-symfony, which maintain multiple major versions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Managing releases in a repository - GitHub Docs
On GitHub.com, navigate to the main page of the repository. · To the right of the list of files, click Releases. Releases section...
Read more >
Gitflow release branch process from start to finish example
The Gitflow release branch is the final step in this software development process workflow. Here we look at the start, finish and impact...
Read more >
Workflow configuration - Semantic Release - GitBook
A pre-release branch is a type of branch used by semantic-release that allows to publish releases with a pre-release version. Using a pre-release...
Read more >
SemVer and GitFlow / How to patch a release - Stack Overflow
@Hitmands you just ensure that you have one release branch, feature branches get merged in --> You trigger the release and bump the...
Read more >
Releases — git-flow 1.0 documentation - Read the Docs
You will use the release feature to publish new minor or major versions, but not patches. It is designed to begin a new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found