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
R-semver-check.yml
NEWS.md
In particular, I think that (in pseudo-code) we want something like:
if (version == "X.Y.Z") header(NEWS.md) contains "X.Y.Z" else if (version == "X.Y.Z.9...") header(NEWS.md) contains "development version"
In the wild this looks like: r2dii.analysis v0.3.0.9000: https://github.com/RMI-PACTA/r2dii.analysis/blob/6d0aa8df211ab2ac9d6fa6af3daf73ba2ce4e507/NEWS.md
r2dii.analysis v0.3.0.9000
r2dii.analysis v0.4.0: https://github.com/RMI-PACTA/r2dii.analysis/blob/8391b83325a1657ca4861387ee84c1654959a101/NEWS.md
r2dii.analysis v0.4.0
The text was updated successfully, but these errors were encountered:
@jdhoffa Should we throw an error if NEWS.md does not exist, or accept that and pass the check?
I think we should be checking for existence of that file somewhere, but I think that is only necessary for repos further along in the SDLC.
Sorry, something went wrong.
I imagine from version 0.1.0 onward we want a NEWS.md file probably? or alternatively from 1.0.0 onwrad?
0.1.0
1.0.0
Happy to discuss, but agree that NEWS.md need only exist once the repo is further along
No branches or pull requests
In particular, I think that (in pseudo-code) we want something like:
In the wild this looks like:
r2dii.analysis v0.3.0.9000
: https://github.com/RMI-PACTA/r2dii.analysis/blob/6d0aa8df211ab2ac9d6fa6af3daf73ba2ce4e507/NEWS.mdr2dii.analysis v0.4.0
: https://github.com/RMI-PACTA/r2dii.analysis/blob/8391b83325a1657ca4861387ee84c1654959a101/NEWS.mdThe text was updated successfully, but these errors were encountered: