Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit

Permalink
clean up github release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister committed Jul 9, 2019
1 parent c9eb31d commit 6706e3c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG-UNRELEASED.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

### Fixed

### Security
- release command no longer references medium
- github template no longer includes legacy placeholder

### Security
2 changes: 0 additions & 2 deletions example.config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
# there is some basic string substitution {{ xxx }}
# - {{ changelog }} will inject the changelog as at the target commit
template = ''
{{ version-heading }}
{{ changelog }}
# Installation
Expand Down
2 changes: 1 addition & 1 deletion release/github/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ let
export GITHUB_REPO='${config.release.github.repo}'
export GITHUB_TOKEN=$( git config --get hub.oauthtoken )
echo
echo 'Injecting medium summary/highlights into github release notes'
echo 'Creating github release'
echo
github-release -v release --tag ${config.release.tag} --name ${config.release.tag} --description "${description-generator}"
'';
Expand Down

0 comments on commit 6706e3c

Please sign in to comment.