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

update default release branch name to main. Add --releaseBranch parameter to allow overriding this. #245

Merged

Conversation

enovales
Copy link
Contributor

@enovales enovales commented Jun 3, 2021

Proposed Changes

The default branch name for new GitHub repositories is now main. This diff changes the default release branch name for the scaffold to main, to align with that, but also adds a --releaseBranch configuration switch, to allow overriding that during initial scaffold setup (for example, if you're bootstrapping the scaffold into an existing repository).

Types of changes

What types of changes does your code introduce to MiniScaffold?
Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist

  • Build and tests pass locally
  • I have added tests that prove my fix is effective or that my feature works (if appropriate)
  • I have added necessary documentation (if appropriate)

Further comments

Build dependencies were changed to target F# 5.0, so that string interpolation can be used. This isn't critical, so it can be backed out if necessary.

…--releaseBranch` parameter to allow overriding this.
Copy link
Owner

@TheAngryByrd TheAngryByrd left a comment

Choose a reason for hiding this comment

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

Thanks!

@TheAngryByrd TheAngryByrd merged commit ad5df06 into TheAngryByrd:master Jun 3, 2021
TheAngryByrd added a commit that referenced this pull request Jun 3, 2021
## [0.28.0] - 2021-06-03

### Changed
- Default release branch is now main from [@enovales](https://github.com/enovales) - #245
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