Skip to content

Commit

Permalink
'Release' with GoReleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
FelicianoTech committed Feb 19, 2022
1 parent 1b9e9f6 commit b0f1d81
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,31 @@ version: 2.1

orbs:
go: circleci/go@1.7
gor: hubci/goreleaser@1.0

workflows:
main:
jobs:
- test
release:
jobs:
- test:
filters:
branches:
ignore: /.*/
tags:
# Simplified SemVer regex
only: /^v\d+\.\d+\.\d+$/
- gor/release:
version: "1.5.0"
go-version: "1.17.7"
filters:
branches:
ignore: /.*/
tags:
# Simplified SemVer regex
only: /^v\d+\.\d+\.\d+$/
context: main

jobs:
test:
Expand Down
4 changes: 4 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project_name: appindicator

builds:
- skip: true

0 comments on commit b0f1d81

Please sign in to comment.