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

Publish on crates.io #139

Closed
not-my-profile opened this issue Nov 30, 2021 · 1 comment
Closed

Publish on crates.io #139

not-my-profile opened this issue Nov 30, 2021 · 1 comment
Labels
help wanted This is a call for feedback or is not going to happen without third-party contribution

Comments

@not-my-profile
Copy link

To allow installation via cargo install hyperlink.

@untitaker untitaker added the help wanted This is a call for feedback or is not going to happen without third-party contribution label Jan 29, 2022
@untitaker
Copy link
Owner

Uploaded (almost) all old versions to crates.io

set -xe

git tag | rg 0. | while read f; do
    git reset --hard
    git clean -df
    git cd -f $f

    fastmod -Fm --accept-all '[package]' '[package]
description = "Very fast link checker for CI."
homepage = "https://github.com/untitaker/hyperlink"
documentation = "https://github.com/untitaker/hyperlink"
repository = "https://github.com/untitaker/hyperlink"'  Cargo.toml

    cargo publish --no-verify --allow-dirty || true

done

Will continue to publish there as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted This is a call for feedback or is not going to happen without third-party contribution
Projects
None yet
Development

No branches or pull requests

2 participants