Anyone know fully how we do releases here? I'm specifically looking to understand steps 4 and 5.
- Make empty commit: `git commit -m "Tagging " --allow-empty
- Add tag:
git tag -a -> then describe release in editor
- Push changes to master
- Release on pypi?
- Update conda-forge recipe?
cc @ocefpaf @CJ-Wright
Anyone know fully how we do releases here? I'm specifically looking to understand steps 4 and 5.
git tag -a-> then describe release in editorcc @ocefpaf @CJ-Wright