Skip to content

Commit 3f606cf

Browse files
committed
Update to use better path for release notes
Signed-off-by: Matt Stratton <[email protected]>
1 parent 96c24d9 commit 3f606cf

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

.version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ PREVERSION=
2121
echo "committing CHANGELOG.md..."
2222
commit -q -m "Update changelog markdown for !newversion!" -f CHANGELOG.md
2323
echo "finalizing release notes..."
24-
github_changelog_generator --future-release "!newversion!" -o RELEASE.md --unreleased-only
24+
github_changelog_generator --future-release "!newversion!" -o RELEASE_NOTES.md --unreleased-only
2525
echo "committing CHANGELOG.md..."
26-
commit -q -m "Update release notes markdown for !newversion!" -f RELEASE.md
26+
commit -q -m "Update release notes markdown for !newversion!" -f RELEASE_NOTES.md
2727
echo "installing latest devopsdays-cli"
2828
go install --ldflags "-X github.com/devopsdays/devopsdays-cli/cmd.Version=!newversion!"
2929
echo "generating README.md..."

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ci: test # will add lint later
5151

5252
deploy:
5353
# go get -v github.com/inconshreveable/mousetrap
54-
- curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE.md
54+
- curl -sL https://git.io/goreleaser | rvm 2.4.1 do bash -s -- --release-notes=RELEASE_NOTES.md
5555
# - curl -X PUT -T devopdays-cli_${VERSION}_linux-i386.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-386.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=i386;publish=1'
5656
# - curl -X PUT -T devopdays-cli_${VERSION}_linux-amd64.deb -umattstratton:${BTKEY} 'https://api.bintray.com/content/devopsdays/deb/devopsdays-cli/${VERSION}/pool/main/d/devopsdays/devopdays-cli_${VERSION}_linux-amd64.deb;deb_distribution=devopsdays;deb_component=main;deb_architecture=amd64;publish=1'
5757
# - curl PUT -T devopdays-cli_$VERSION_linux-i386.rpm -umattstratton:{BTKEY} 'https://api.bintray.com/content/devopsdays/rpm/devopsdays-cli/${VERSION}/devopdays-cli_$VERSION_linux-386.rpm;publish=1'

RELEASE.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)