I used this action for (I think) the first time to release Semigroups v5.6.0:
https://github.com/semigroups/Semigroups/releases/tag/v5.6.0
and it seems that the files .VERSION and .LIBSEMIGROUPS_VERSION are not included in the archive:
semigroups/Semigroups#1143
Both of these files are in the git repo:
https://github.com/semigroups/Semigroups/blob/main/.LIBSEMIGROUPS_VERSION
https://github.com/semigroups/Semigroups/blob/main/.VERSION
I can't immediately see in either the release-pkg.,yml action of Semigroups:
https://github.com/semigroups/Semigroups/blob/main/.github/workflows/release-pkg.yml
or in this action where the files are deleted, and there's always the possibility that I am doing something wrong. Any hints for how to resolve this @stertooy @fingolfin ?
I used this action for (I think) the first time to release Semigroups v5.6.0:
https://github.com/semigroups/Semigroups/releases/tag/v5.6.0
and it seems that the files
.VERSIONand.LIBSEMIGROUPS_VERSIONare not included in the archive:semigroups/Semigroups#1143
Both of these files are in the git repo:
https://github.com/semigroups/Semigroups/blob/main/.LIBSEMIGROUPS_VERSION
https://github.com/semigroups/Semigroups/blob/main/.VERSION
I can't immediately see in either the
release-pkg.,ymlaction of Semigroups:https://github.com/semigroups/Semigroups/blob/main/.github/workflows/release-pkg.yml
or in this action where the files are deleted, and there's always the possibility that I am doing something wrong. Any hints for how to resolve this @stertooy @fingolfin ?