pyxem / orix

Analysing crystal orientations and symmetry in Python
https://orix.readthedocs.io
GNU General Public License v3.0
79 stars 45 forks source link

Change release tag names from e.g. v0.11.0 to orix-0.11.0 #419

Closed hakonanes closed 1 year ago

hakonanes commented 1 year ago

Signed-off-by: Håkon Wiik Ånes hwaanes@gmail.com

Description of the change

We have an action which automatically creates a release draft whenever the __version__ changes in orix/__init__.py in a commit to main. With this PR, this release draft will now point to a tag with name e.g. "orix-0.11.0" instead of "v0.11.0". This was suggested by @MarDiehl in #418.

This means that tags after "v0.10.2" in this list will be named "orix-0.11.0" and so on. I'm fine with this.

Progress of the PR

For reviewers

hakonanes commented 1 year ago

@MarDiehl found an alternative link https://github.com/pyxem/orix/archive/v0.10.2/orix-0.10.2.tar.gz to download tarballs with proper naming from.