woodpecker/vendor/github.com/golangci/misspell/RELEASE-HOWTO.md
Lukas c28f7cb29f
Add golangci-lint (#502)
Initial part of #435
2021-11-14 21:01:54 +01:00

531 B

Release HOWTO

since I forget.

  1. Review existing tags and pick new release number

    git tag
    
  2. Tag locally

    git tag -a v0.1.0 -m "First release"
    

    If things get screwed up, delete the tag with

    git tag -d v0.1.0
    
  3. Test goreleaser

    TODO: how to install goreleaser

    ./scripts/goreleaser-dryrun.sh
    
  4. Push

    git push origin v0.1.0
    
  5. Verify release and edit notes. See https://github.com/client9/misspell/releases