-
-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
automate package release #90
Comments
Do you mean we need to migrate the existing auto release to semantic release? |
I mean when we accept a PR, I would like to use sematic-rs for getting the new version and then after accepting the new PR. It should be able to create a new git tag then let github actions release the new package (Thanks for what you have done). Now we need to create a tag manually which can be improved |
Maybe we don't need to migrate but just adding semantic-rs for version discoversing and changelog generation. The package release is good enough |
I will try it. Actually, I've written it, but I haven't tested it |
See #100 . My personal recommendation is to run semantic-rs only locally, rather than using CI |
@GopherJ is this already done? |
This is still remaining to be done. I am working on this. |
There are two points to note:
|
I have communicated with @GopherJ , we agree to use https://github.com/github/semantic to do this job. |
Sounds good, do it. |
@PsiACE @hackerchai just to correct, it's: https://github.com/semantic-release/semantic-release which should be fine |
Finally I made it works using something like this: https://github.com/casbin/casbin-rs/blob/master/.github/workflows/release.yml |
See: https://github.com/semantic-rs/semantic-rs
The text was updated successfully, but these errors were encountered: