Skip to content

Commit

Permalink
testactions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrotherSam66 committed Nov 3, 2022
1 parent 4e59b2c commit 050a154
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,16 +127,16 @@ builds:
# - --label=org.opencontainers.image.licenses=MIT


# # GoReleaser can be wired to nfpm to generate and publish .deb, .rpm and .apk packages.
# nfpms:
# - maintainer: Carlos A Becker <[email protected]>
# description: Sample project.
# homepage: https://github.com/brothersam66/tasktimer
# license: MIT
# formats:
# - deb
# - rpm
# - apk
# GoReleaser can be wired to nfpm to generate and publish .deb, .rpm and .apk packages.
nfpms:
- maintainer: Carlos A Becker <[email protected]>
description: Sample project.
homepage: https://github.com/brothersam66/tasktimer
license: MIT
formats:
- deb
- rpm
- apk


env_files:
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git add .
# testcommit: your commite message
git commit -m "testactions"
# vXX.XX.XX: your version. your tag
git tag -a v0.5.02 -m "test release"
git tag -a v0.5.03 -m "test release"
# master: your branch name
git push origin master
# release and push to github & docker.io
Expand Down

0 comments on commit 050a154

Please sign in to comment.