Skip to content

Commit

Permalink
pre-release procedure memo
Browse files Browse the repository at this point in the history
  • Loading branch information
parMaster committed Jan 17, 2024
1 parent 9a1340d commit f8d5bb3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ cli:
go build -o dist/zoomrs-cli -v ./cmd/cli
./dist/zoomrs-cli --config ./config/config_cli.yml

# Prepare a release:
# git tag v1.2
# git push origin v1.2
# Make sure no secrets exposed in configs, .service file etc.
# Then run:
# make release
release:
@echo release to dist/release
mkdir -p dist/release
Expand Down

0 comments on commit f8d5bb3

Please sign in to comment.