We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be a good addition to changelog action to validate if added entry goes to last release (even unreleased) block. Fail otherwise.
The text was updated successfully, but these errors were encountered:
Lemme give some examples that should fail:
## 1.9.1 - 15.01.2077 Hotfix description ### 2.0.0 - 01.01.2077 Release description ### 1.9.0 - 01.01.2025 Release description ...
### 2.0.0 - 01.01.2077 Release description ## 2.1.0 - 15.01.2077 Hotfix description ### 1.9.0 - 01.01.2025 Release description ...
### 2.0.0 - 01.01.2077 Release description ## Unreleased Hotfix description ### 1.9.0 - 01.01.2025 Release description ...
### 2.0.0 - 01.01.2077 Release description ### 2.0.0 - 01.01.2077 Release description ### 1.9.0 - 01.01.2025 Release description ...
Examples are quite different, so maybe it make sense introduce one by one
Sorry, something went wrong.
and another one, this time valid one
If pre-release has greater version, it's fine
### 2.2.0 - 01.01.2077 Release description ### 3.0.0-rc.0 - 01.01.2055 Release description ### 2.1.0 - 01.01.2025 Release description
Successfully merging a pull request may close this issue.
It would be a good addition to changelog action to validate if added entry goes to last release (even unreleased) block. Fail otherwise.
The text was updated successfully, but these errors were encountered: