Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
petrkotas committed Jul 1, 2021
1 parent d049b22 commit 5a103fa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .pipelines/go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ steps:
env
make build
displayName: Compile the code using makefile
- task: GithubRelease@0
displayName: Publish release notes
inputs:
githubConnection: petrkotas
repositoryName: petrkotas/k8s-object-lock
action: create
addChangeLog: true

0 comments on commit 5a103fa

Please sign in to comment.