FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

gpython/RELEASE.md at fix-257-RunSrc · go-python/gpython · GitHub

Latest commit

 

History

History
17 lines (9 loc) · 249 Bytes

File metadata and controls

17 lines (9 loc) · 249 Bytes

Making a release

Compile and test

Then run

goreleaser --rm-dist --snapshot

To test the build

When happy, tag the release

git tag -s v0.0.XX -m "Release v0.0.XX"

Then do a release build (set GITHUB token first)

goreleaser --rm-dist


Back | FazBrowse Home | New Git URL