Skip to content

Commit

Permalink
TOOLS (changelog): fix changelog links
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Feb 19, 2019
1 parent ae1f0ff commit 115641c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
### v2.0.1
* DOCS (props): fix titles [View](https://github.com/Gisto/Gisto/commit/02c83ea3670dd570725018e67f64ff98f7ab41fc)
* TOOLS (changelog): update changelog [View](https://github.com/Gisto/Gisto/commit/345754c98bcad6028d724dae33ab9d615604c489)
* FIX (portal): safe access classList [View](https://github.com/Gisto/Gisto/commit/91f17def3e86df484e87a225ca041c449d77fc70)
* DOCS (api): update props list table layout [View](https://github.com/Gisto/Gisto/commit/36ade3da3055442ac67f70a57e2435cf037ee4e6)
* DOCS (examples): add portal example [View](https://github.com/Gisto/Gisto/commit/96fc6c7a3bf1119be2f4136137f41be3266107cb)
* DOCS (props): fix titles [View](https://github.com/sanusart/react-dropdown-select/commit/02c83ea3670dd570725018e67f64ff98f7ab41fc)
* TOOLS (changelog): update changelog [View](https://github.com/sanusart/react-dropdown-select/commit/345754c98bcad6028d724dae33ab9d615604c489)
* FIX (portal): safe access classList [View](https://github.com/sanusart/react-dropdown-select/commit/91f17def3e86df484e87a225ca041c449d77fc70)
* DOCS (api): update props list table layout [View](https://github.com/sanusart/react-dropdown-select/commit/36ade3da3055442ac67f70a57e2435cf037ee4e6)
* DOCS (examples): add portal example [View](https://github.com/sanusart/react-dropdown-select/commit/96fc6c7a3bf1119be2f4136137f41be3266107cb)

### v2.0.0
* FIX (renderComponents): use props as object and not as args [View](https://github.com/Gisto/Gisto/commit/e29226254b94b10528a6e2930226e33af8f03f74)
* Add bundlesize to package json [View](https://github.com/Gisto/Gisto/commit/94f559b4e455dd44f2ad618f544c02c08889418c)
* FIX (propTypes): remove in production [View](https://github.com/Gisto/Gisto/commit/36252a48488e77a11392b978c65f20d7e51cc204)
* CI (travis): update travis ci [View](https://github.com/Gisto/Gisto/commit/ac00cb67f7d343b3a7b3e69e2e402b3113511d51)
* TOOLS (changelog): add changelog generator [View](https://github.com/Gisto/Gisto/commit/50ccd2090cec0a202183b6f6ca85555bc0cd4f24)
* FIX (renderComponents): use props as object and not as args [View](https://github.com/sanusart/react-dropdown-select/commit/e29226254b94b10528a6e2930226e33af8f03f74)
* Add bundlesize to package json [View](https://github.com/sanusart/react-dropdown-select/commit/94f559b4e455dd44f2ad618f544c02c08889418c)
* FIX (propTypes): remove in production [View](https://github.com/sanusart/react-dropdown-select/commit/36252a48488e77a11392b978c65f20d7e51cc204)
* CI (travis): update travis ci [View](https://github.com/sanusart/react-dropdown-select/commit/ac00cb67f7d343b3a7b3e69e2e402b3113511d51)
* TOOLS (changelog): add changelog generator [View](https://github.com/sanusart/react-dropdown-select/commit/50ccd2090cec0a202183b6f6ca85555bc0cd4f24)

### v1.6.2
* Add bundlesize to package json [View](https://github.com/Gisto/Gisto/commit/94f559b4e455dd44f2ad618f544c02c08889418c)
* FIX (propTypes): remove in production [View](https://github.com/Gisto/Gisto/commit/36252a48488e77a11392b978c65f20d7e51cc204)
* CI (travis): update travis ci [View](https://github.com/Gisto/Gisto/commit/ac00cb67f7d343b3a7b3e69e2e402b3113511d51)
* Add bundlesize to package json [View](https://github.com/sanusart/react-dropdown-select/commit/94f559b4e455dd44f2ad618f544c02c08889418c)
* FIX (propTypes): remove in production [View](https://github.com/sanusart/react-dropdown-select/commit/36252a48488e77a11392b978c65f20d7e51cc204)
* CI (travis): update travis ci [View](https://github.com/sanusart/react-dropdown-select/commit/ac00cb67f7d343b3a7b3e69e2e402b3113511d51)

### v1.6.1
* FIX (addPlaceholder): fix default [View](https://github.com/Gisto/Gisto/commit/5690a9073b682445df14455aeffa13b6b0d83abb)
* FIX (addPlaceholder): fix default [View](https://github.com/sanusart/react-dropdown-select/commit/5690a9073b682445df14455aeffa13b6b0d83abb)

### v1.6.0
* FIX (dropdownPosition): support dropdown position 'auto', 'top' and 'bottom' [View](https://github.com/Gisto/Gisto/commit/9fc4980d518653dda9976ffe0d38faa08b2fd164)
* FIX (dropdownPosition): support dropdown position 'auto', 'top' and 'bottom' [View](https://github.com/sanusart/react-dropdown-select/commit/9fc4980d518653dda9976ffe0d38faa08b2fd164)
4 changes: 2 additions & 2 deletions change-log-builder.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

COMMITS=$(git log `git describe --tags --abbrev=0`..HEAD --oneline --pretty=format:'* %s [View](https://github.com/Gisto/Gisto/commit/%H)' --reverse | grep -v Merge)
COMMITS=$(git log `git describe --tags --abbrev=0`..HEAD --oneline --pretty=format:'* %s [View](https://github.com/sanusart/react-dropdown-select/commit/%H)' --reverse | grep -v Merge)

printf "### vPLACEHOLDER\n${COMMITS}\n\n" | cat - CHANGELOG.md > /tmp/temp-gisto-msg && mv /tmp/temp-gisto-msg CHANGELOG.md
printf "### vPLACEHOLDER\n${COMMITS}\n\n" | cat - CHANGELOG.md > /tmp/temp-msg && mv /tmp/temp-msg CHANGELOG.md

0 comments on commit 115641c

Please sign in to comment.