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

Feature: make release branches optional and configurable #9

Open
2 tasks done
0-vortex opened this issue Mar 12, 2022 · 0 comments
Open
2 tasks done

Feature: make release branches optional and configurable #9

0-vortex opened this issue Mar 12, 2022 · 0 comments

Comments

@0-vortex
Copy link
Contributor

Type of feature

🍕 Feature

Current behavior

Currently the release configuration is hardcoded to:

release/release.config.js

Lines 179 to 190 in c151ff0

"next",
"next-major",
// pre-releases
{
name: "beta",
prerelease: true
},
{
name: "alpha",
prerelease: true
}

Suggested solution

make these configurable:

  • next
  • next-major
  • alpha
  • beta

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant