-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Type of feature
🍕 Feature
Current behavior
Currently the release configuration is hardcoded to:
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
salemgolemugoo