intellimath / recordclass

Mutable variant of namedtuple -- recordclass, which support assignments, compact dataclasses and other memory saving variants.
Other
14 stars 3 forks source link

Missing git version tags #3

Closed kloczek closed 8 months ago

kloczek commented 8 months ago

Is it possible to add at least least version git tag? πŸ€”

intellimath commented 8 months ago

I just added version tag 0.21.1

kloczek commented 8 months ago

Just yet another small thing .. is it possible to start making github releases?πŸ€”

On create github release entry is created email notification to those whom have set in your repo the web UI Watch->Releases. gh release can contain additional comments (li changelog) or additional assets like release tar balls (by default it contains only assets from git tag) however all those part are not obligatory. In simplest variant gh release can be empty because subiekt of the sent email contains git tag name.

I'm asking because my automation process uses those email notifications by trying to make preliminary automated upgrades of building packages, which allows saving some time on maintaining packaging procedures. Probably other people may be interested to be instantly informed about release new version as well.

Documentation and examples of generate gh releases: https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository https://cli.github.com/manual/gh_release_upload/ https://github.com/jbms/sphinx-immaterial/pull/282 https://github.com/marketplace/actions/github-release https://pgjones.dev/blog/trusted-plublishing-2023/ https://github.com/jbms/sphinx-immaterial/issues/281#issuecomment-1700933026 tox target to publish on pypi and make gh release https://github.com/jaraco/skeleton/blob/928e9a86d61d3a660948bcba7689f90216cc8243/tox.ini#L42-L58

kloczek commented 8 months ago

And thank you πŸ‘ πŸ˜„

intellimath commented 8 months ago

Thank you. I will try to start making releases.

Best regards,

Zaur Shibzukhov

Π²Ρ‚, 28 нояб. 2023β€―Π³. Π² 20:33, Tomasz KΕ‚oczko @.***>:

And thank you πŸ‘ πŸ˜„

β€” Reply to this email directly, view it on GitHub https://github.com/intellimath/recordclass/issues/3#issuecomment-1830358723, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3V5PPAVNDRPPX2MCU4QMTYGYOAJAVCNFSM6AAAAAA7535E7GVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMZQGM2TQNZSGM . You are receiving this because you commented.Message ID: @.***>

intellimath commented 8 months ago

0.21.1 release is piblished.

intellimath commented 8 months ago

It's look like the issue is resolved.

intellimath commented 8 months ago

Done

kloczek commented 8 months ago

I really appreciate what you've done. Thank you very much πŸ‘ πŸ˜„