o1-labs / o1js

TypeScript framework for zk-SNARKs and zkApps
https://docs.minaprotocol.com/en/zkapps/how-to-write-a-zkapp
Apache License 2.0
514 stars 116 forks source link

Please create tags for releases #1877

Open jmikedupont2 opened 1 week ago

jmikedupont2 commented 1 week ago

I am searching for a tag on the 1.8.0 release but cannot find any, can you please tag releases?

1.8.0 - 2024-09-18

Trivo25 commented 1 week ago

Oh Yep! This one is on me. We used to do that with every release but I started to forget at some point. Will follow up with it

jmikedupont2 commented 1 week ago

There are some good automations for this i have used in the past. googling give https://github.com/conventional-changelog/conventional-changelog as a possible tool to generate the changelog via standards

Trivo25 commented 1 week ago

We just had that discussion last week! Good tool, will definitely look into it

45930 commented 1 week ago

Seems like this should be automated in the same way that the NPM release itself is

mitschabaude commented 1 week ago

You could also just add an npm command for bumping version and uploading the tag

npm version minor && git push --tags