Type of feature
🍕 Feature
Current behavior
Currently the release configuration is hardcoded to:
|
"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
Contributing Docs
Type of feature
🍕 Feature
Current behavior
Currently the release configuration is hardcoded to:
release/release.config.js
Lines 179 to 190 in c151ff0
Suggested solution
make these configurable:
Additional context
No response
Code of Conduct
Contributing Docs