You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is here to track the creation of the first Ginkgo release, which could be version 1.0.0 if we can get several CUDA conversions.
I created a milestone to track the release process, I added every issue and PR that we want for the release to this milestone. If you want something in particular to be part of this release, add an issue and add it to the release milestone.
Update the version number everywhere appropriate. Double check any link.
Run the CI pipelines and ensure there are no unexpected problems.
Ensure there are no quick simple to fix problems (iwyu, sonarqube, clang-tidy)
Ensure the release/1.1.0 branch compiles with Windows (MINGW, maybe Visual studio if merged)
Update any explicit reference to develop in the Readme or the CMakeLists.txt to master.
Create a PR for merging the release branch into master.
Add a tag to master to the new release.
Compile both release and debug linux binaries with CPack, ensure they pass all tests and are complete.
Use Github's release system to create a new release with the previously created tag. Add the release notes (functionalities present in this release) and compiled binaries.
Merge back from master to develop. Do not select the changes replacing develop to master.
Update the website to point on the master branch's documentation instead of develop?
Update the website to advertise the release?
The text was updated successfully, but these errors were encountered:
This issue is here to track the creation of the first Ginkgo release, which could be version 1.0.0 if we can get several CUDA conversions.
I created a milestone to track the release process, I added every issue and PR that we want for the release to this milestone. If you want something in particular to be part of this release, add an issue and add it to the release milestone.
TODO
release/1.1.0
branchrelease/1.1.0
branch compiles with Windows (MINGW, maybe Visual studio if merged)develop
in the Readme or the CMakeLists.txt tomaster
.develop
tomaster
.The text was updated successfully, but these errors were encountered: