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

Automate publishing (and changelogs?) #32

Open
hecatia-elegua opened this issue May 25, 2023 · 0 comments
Open

Automate publishing (and changelogs?) #32

hecatia-elegua opened this issue May 25, 2023 · 0 comments

Comments

@hecatia-elegua
Copy link
Owner

hecatia-elegua commented May 25, 2023

current workflow is:

  • modify Cargo.toml version and dependency version of bilge-impl
  • cd bilge-impl
  • cargo publish --dry-run (until it works)
  • cargo publish
  • cd ..
  • commit changes in Cargo.toml, push, PR, wait for ci and merge or do next steps first while waiting on ci
  • cargo publish --dry-run (until it works)
  • cargo publish
  • done

This is a nice little automation task.
The next step would be to add changelog publishing to this as well.

https://github.com/orhun/git-cliff uses conventional commits, might still be worth looking into

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

No branches or pull requests

1 participant