modulepackage
0.6.0
Repository: https://github.com/sandstorm/docker-execroot.git
Documentation: pkg.go.dev
# README
Developing
Simply have a modern Go version installed; check out the project somewhere (NOT in $GOPATH, as we use Go Modules),
and then run ./build.sh
.
Releasing new versions
Prerequisites for releasing
- ensure you have goreleaser installed:
brew install goreleaser/tap/goreleaser
-
Create a new token for goreleaser in your GitHub settings; select the
repo
scope. -
put the just-created token into the file
~/.config/goreleaser/github_token
Doing the release
Testing a release:
goreleaser --snapshot --skip-publish --rm-dist --debug
Executing a release:
- Commit all changes, create a new tag and push it.
TAG=v0.9.0 git tag $TAG; git push origin $TAG
- run goreleaser:
goreleaser --rm-dist
Inspiration and resources
# Packages
Copyright © 2020 Sebastian Kurfuerst
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.