Skip to content

Commit

Permalink
ci: Automate readme TOC generation
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed May 20, 2018
1 parent 686a441 commit 1969f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "ORY Continuous Integration"
- run: git add CHANGELOG.md
- run: git add README.md
- run: |
git commit -m "docs: Incorporates changes from version $(git describe --tags)" -- CHANGELOG.md
- run: git remote rm origin
Expand Down

0 comments on commit 1969f64

Please sign in to comment.