Skip to content

Commit

Permalink
add a make for changelog
Browse files Browse the repository at this point in the history
Generate the changelogs by running:

```
  CHANGELOG_GITHUB_TOKEN=token make changelog
```
  • Loading branch information
achiurizo committed May 30, 2019
1 parent 9526f34 commit ad120ea
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github_changelog_generator
@@ -0,0 +1,6 @@
issues=false
issues-wo-labels=false
unreleased=false
since-tag=v0.0.1
exclude-tags=sirn-deploy

8 changes: 8 additions & 0 deletions Makefile
Expand Up @@ -81,6 +81,14 @@ test: test-elixir-omg

.PHONY: test test-elixir-omg

#
# Documentation
#
changelog:
github_changelog_generator -u omisego -p elixir-omg

.PHONY: changelog

#
# Docker
#
Expand Down

0 comments on commit ad120ea

Please sign in to comment.