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 the release process with a GitHub Actions workflow #514

Closed
wants to merge 1 commit into from

Commits on Jan 7, 2024

  1. Automate the release process with a GitHub Actions workflow

    To make it easy to make releases, automate the process via GitHub
    Actions.
    
    Create a workflow that:
     1. Runs cargo publish
     2. Pushes a git tag,
        but only if the publish was successful.
     3. Creates a GitHub Release with release notes from CHANGELOG.md,
        but only if creating the tag was successful.
    Enselic committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    555629c View commit details
    Browse the repository at this point in the history