-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
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
Automate release process #124
Conversation
@adbancroft Can you please add a RELEASE.md which explains the release procedure using e.g. a short list of bullet points. The goal of this file should be that new maintainers can easily figure out how to do a new release without any help needed from previous maintainers (since they might not be around anymore). |
In my opinion it would also be better to hardcode the version number of |
Is there a specific use case you have in mind? |
We should try to keep the
You as proficient C/C++ programmer might easily understand this code. But many other programmers will not immediately understand this code. So why add this complexity to |
…e and use relative links everywhere.
…g for better syntax highlighting
Hah! In the interest of moving this PR, the version string is now directly embedded (same as current master). I've also updated the docs: see doc/Developement_Guide.md (which is linked from ./readme.md). It has sections for building, testing, benchmarking, CI & releasing. |
I made some changes to your pull request:
But I still have some questions (I think we should also answer these questions in
|
This:
Agreed. Which is why I was targeting |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LOL, powershell! Seems fine to me.
@adbancroft Thanks for your work! |
This PR adds a GitHub action to prepare the code base for a release (updating the version number in various files) and generates a draft release with the appropriate tag.
Usage:
This codifies tribal knowledge & will avoid issues like #108