File: DevNotes.md

package info (click to toggle)
tasmanian 8.2-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 4,852 kB
  • sloc: cpp: 34,523; python: 7,039; f90: 5,080; makefile: 224; sh: 64; ansic: 8
file content (17 lines) | stat: -rw-r--r-- 557 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Developer Notes

Notes and checklists for Tasmanian developers to help procedures such as release checklists and version bumps.

#### Version Bump

When increasing the version, e.g., 7.5 to 7.6:
* update the project directive project() in the main CMakeLists.txt file
* set the `Tasmanian_version_comment` variable to develop, release candidate, or release (empty)
* update the Makefile
* update `Config/AltBuildSystems/TasmanianConfig.hpp`
* update the `setup.py` in `InterfacePython\PipInstaller`

#### Release Checklist

When making a new release:
TODO