Defining Pre-Release Versions: Beta, Alpha, RC, and Version Bumping (--bump
)
#692
Closed
1 task done
Labels
feature/request
New feature or request
Is there an existing issue or pull request for this?
Feature description
Releasing beta, RC (release candidate), or alpha versions is a common standard practice, especially when we want to test the entire build system. Sometimes these releases help ensure that the build scripts execute correctly and provide users with a preview version (e.g., a beta version), which is essentially complete but still in testing.
Sometimes, releasing a release candidate is necessary to verify the functionality of build scripts. It would be beneficial to standardize this process, allowing for the automatic generation of changelogs for these versions and their subsequent integration into the main release. Combining this with version bumping, while maintaining logical and configurable control, would be highly advantageous.
Desired solution
Simple idea for bumping:
No simple idea for changelogs but see :
This doesn't seem so straightforward as everyone has their standards and this somehow should be customizable?
Alternatives considered
Manual bumping.
Additional context
Given the variety of standards used by different projects, it would be beneficial to provide customizable configuration keys for tags like rc, alpha, and beta. This would allow users to tailor the versioning system to their specific requirements.
OR
The text was updated successfully, but these errors were encountered: