-
Notifications
You must be signed in to change notification settings - Fork 79
Home
Sarthak Pati edited this page Nov 11, 2023
·
9 revisions
Welcome to the GaNDLF wiki!
- Full documentation: https://gandlf.org/
- If you are moving from the older CBICA repository, please follow this guide to rebase your current fork.
- The version file should have the latest development version information. As far as possible, GaNDLF follows Semantic Versioning.
- Update the version file to remove
"-dev"
from the__version__
variable, and change to whatever number the version needs to be tagged to. -
Create a new release of the main development branch using the new number referred to in the
__version__
variable.
- Give a meaningful title.
- Use the option "Generate release notes" on GitHub.
- Select appropriate options.
- Publish.
- Update the version file to add
"-dev"
in the__version__
variable, and increase the version number as appropriate. This will be used for nightly publishing of development builds.