Skip to content

Commit

Permalink
Update CHANGELOG.md for release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ademarco committed Jun 13, 2019
1 parent 774c5ba commit 5b07b53
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
# Change Log

## [1.0.0](https://github.com/openeuropa/ecl-twig-loader/tree/1.0.0) (2019-06-13)
[Full Changelog](https://github.com/openeuropa/ecl-twig-loader/compare/0.1.2...1.0.0)

**Merged pull requests:**

- OPENEUROPA-736: Prepare for release 1.0.0. [\#12](https://github.com/openeuropa/ecl-twig-loader/pull/12) ([ademarco](https://github.com/ademarco))

## [0.1.2](https://github.com/openeuropa/ecl-twig-loader/tree/0.1.2) (2018-09-27)
[Full Changelog](https://github.com/openeuropa/ecl-twig-loader/compare/0.1.1...0.1.2)

**Merged pull requests:**

- OPENEUROPA-1241: Update CHANGELOG.md. [\#10](https://github.com/openeuropa/ecl-twig-loader/pull/10) ([voidtek](https://github.com/voidtek))
- OPENEUROPA-777: Make sure component dependencies are as relaxed as possible. [\#9](https://github.com/openeuropa/ecl-twig-loader/pull/9) ([aritomelo](https://github.com/aritomelo))
- OPENEUROPA-1119: Create a docker-compose.yml.dist file [\#7](https://github.com/openeuropa/ecl-twig-loader/pull/7) ([netlooker](https://github.com/netlooker))
- OPENEUROPA-710: Add code-review and fix coding standard errors. [\#6](https://github.com/openeuropa/ecl-twig-loader/pull/6) ([imanoleguskiza](https://github.com/imanoleguskiza))
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,8 @@
"extra": {
"composer-exit-on-patch-failure": true,
"enable-patching": true
},
"scripts": {
"changelog": "docker run --rm -v \"$(pwd):$(pwd)\" -w $(pwd) muccg/github-changelog-generator openeuropa/ecl-twig-loader -t $CHANGELOG_GITHUB_TOKEN --future-release=$CHANGELOG_FUTURE_RELEASE"
}
}

0 comments on commit 5b07b53

Please sign in to comment.