afids / afids-validator

Validator for the anatomical fiducial placement protocol
https://validator.afids.io
GNU General Public License v3.0
2 stars 4 forks source link

BUG: Release patch fix #165

Closed kaitj closed 2 years ago

kaitj commented 2 years ago

Proposed changes

Did some testing this morning to try to get the release version update working. Decided to simplify the workflows a little now that we have 2 apps (test and prod).

CI workflow will now only update the changelog upon deployment afids-validator-test. Deployment to test will cause an update to the version in setup.py to be updated as necessary. This means that the master branch will always have the newest tag and may not match the version deployed to the production afids-validator.

Release workflow uses github.ref to grab the latest release tag, and pushes the released version to production afids-validator.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!

Notes

All PRs will undergo the unit testing before being reviewed. You may be requested to explain or make additional changes before the PR is accepted.

_PR template was adopted from appium_