Changes between Version 30 and Version 31 of DevNotes/Processeses/DeploymentProcess
- Timestamp:
- Apr 5, 2021 11:07:48 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevNotes/Processeses/DeploymentProcess
v30 v31 42 42 We should only be using tagged version of sasmodels in a !SasView release unless there is a compelling reason to release from the current sasmodels HEAD. Assuming this release is against a **NEW** version of sasmodels 43 43 * Make sure to update `sasmodels.__init__.py` to the correct version number 44 * Update Changes.rst with the latest changes to sasmodels 44 45 * Tag HEAD, or the appropriate commit with the release number. To do so one can either: 45 46 * Use git to tag HEAD or a commit `$ git tag -a vx.y.z -m "sasmodels version x.y.z"`or