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

New release? #848

Open
SuchAFuriousDeath opened this issue Nov 17, 2024 · 3 comments
Open

New release? #848

SuchAFuriousDeath opened this issue Nov 17, 2024 · 3 comments

Comments

@SuchAFuriousDeath
Copy link

It would be really nice to have the latest commit (ac76721) in a release since it could avoid having to build the same crate multiple times (namely ttf-parser)

@DJMcNab
Copy link
Member

DJMcNab commented Nov 18, 2024

I've started a Zulip Thread.

@LaurenzV
Copy link
Contributor

@RazrFalcon We've been looking to making a new release, could you maybe describe all of the steps you usually took when making a release? Looking at past commits, seems like there's always a couple of places where the version needs to be updated, did you have some script for this or how did you go about it, if you don't mind sharing?

@RazrFalcon
Copy link
Collaborator

I usually start with cargo update + cargo outdated to make sure we have latest dependencies.
Then I manually bump versions listed here: https://github.com/linebender/resvg/blob/main/version-bump.md (yes, I edit charts/svg manually as well)
Then cargo publish for usvg and resvg.
And then git tag and CI will make a release on GH.
That's it.

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

4 participants