Zac-HD / hypothesmith

Hypothesis strategies for generating Python programs, something like CSmith
https://pypi.org/project/hypothesmith/
Mozilla Public License 2.0
95 stars 9 forks source link

No git version tags #14

Closed kloczek closed 1 year ago

kloczek commented 3 years ago

According to https://pypi.org/project/hypothesmith/ latest version is 0.1.8 however there is no in git repo version tags. Is it possible to add version tag for last version?

kloczek commented 1 year ago

gentle ping ..

Zac-HD commented 1 year ago

My concern is that if it's not fully automated, I'm just not going to consistently remember to add tags, and I'm unwilling to complicate the current 'just push to master' release system. As it says in the readme:

This is definitely pre-alpha, but if you want to play with it feel free! You can even keep the shiny pieces when - not if - it breaks.

I'd recommend getting it off PyPI, not GitHub, and don't consider it mature enough to recommend repackaging.

kloczek commented 1 year ago

My concern is that if it's not fully automated, I'm just not going to consistently remember to add tags, and I'm unwilling to complicate the current 'just push to master' release system. As it says in the readme:

Hmm moment .. what is so complicated with adding git tag after make the new release? 🤔 At the moemtn there is no any tags.

Issue is that without tags using git it is hard to find out what has changed betwen versions and/or since last version.

kloczek commented 11 months ago

Gentle ping one more time ..

It would be really good to have version git tags because without those tags it is really hard to figure out what has changed between versions 😞