Skip to content
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

Release crates.io by GitHub Action #14

Closed
jiacai2050 opened this issue Dec 28, 2022 · 1 comment · Fixed by #18
Closed

Release crates.io by GitHub Action #14

jiacai2050 opened this issue Dec 28, 2022 · 1 comment · Fixed by #18
Labels
enhancement New feature or request

Comments

@jiacai2050
Copy link
Member

Describe This Problem

When make a new release, there are severals things need to be done:

  1. Bump version in Cargo.toml
  2. Push new tag
  3. Make new release

It would be great to automate this process.

Proposal

Use GitHub Actions to make new release

We can trigger this action when new tags pushed.

Additional Context

No response

@jiacai2050 jiacai2050 added the enhancement New feature or request label Dec 28, 2022
@waynexia
Copy link
Member

I find this repo can generate a beautiful changelog based on the conventional commit message we wrote.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants