Skip to content

Commit

Permalink
Fixed changelog generation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Feb 14, 2020
1 parent cee850c commit 9348f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ steps:
- name: notes
image: golang:1.13-buster
commands:
- git fetch --tags
- git log "$(git describe --tags --abbrev=0 HEAD~1)..HEAD" --oneline --format='%h %s' | tee -a notes.md
when: {ref: {include: ["refs/tags/*"]}}
- name: build-linux-amd64
image: docker.elastic.co/beats-dev/golang-crossbuild:1.13.6-main
command: [
Expand Down

0 comments on commit 9348f07

Please sign in to comment.