We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03cf62 commit c50f0a8Copy full SHA for c50f0a8
CONTRIBUTING.md
@@ -830,15 +830,15 @@ created the following will occur:
830
not be deleted. Tag the release with:
831
832
```bash
833
- git tag v$(python -c "import scikit-gmsh as sg; print(sg.__version__)")
+ git tag v$(python -c "import skgmsh as skg; print(skg.__version__)")
834
```
835
836
1. Please check again that the tag has been created correctly and push
837
the branch and tag.
838
839
840
git push origin HEAD
841
- git push origin v$(python -c "import scikit-gmsh as sg; print(sg.__version__)")
+ git push origin v$(python -c "import skgmsh as skg; print(skg.__version__)")
842
843
844
1. Create a list of all changes for the release. It is often helpful to
0 commit comments