dzimmer / PlanarMechanics

A free Modelica library for planar mechanical multi-body systems
BSD 3-Clause "New" or "Revised" License
29 stars 23 forks source link

For release v1.6.0 you seem to have tagged a commit that is not in the master #200

Closed adrpo closed 1 year ago

adrpo commented 1 year ago

I guess you need to tag a commit that is in one of the existing branches, not from a branch in a PR.

adrpo commented 1 year ago

Basically you deleted the branch that holds the commit of the release: https://github.com/dzimmer/PlanarMechanics/pull/199

adrpo commented 1 year ago

Seems it doesn't matter: https://github.com/orgs/community/discussions/23918 Just our OpenModelica PackageManager index update script barfs on this if the release commit is not in a branch. I'll see if I can fix it. I'll close this now.

tobolar commented 1 year ago

Sorry, I was not aware of this. So I simple re-generated the release again, this time related to master.

adrpo commented 1 year ago

Thank you! This will fix the issue we have with updating our index for now but I will fix our script to handle this case as well as it seems to be common.

tobolar commented 1 year ago

... I will fix our script to handle this case as well...

This is fine. And I'm indeed convinced the assignment of the tag is clearer now.