Skip to content

Feature: make release branches optional and configurable #9

Open
@0-vortex

Description

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

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions