Skip to content

Commit

Permalink
added changes
Browse files Browse the repository at this point in the history
Signed-off-by: Toni-Jan Keith Monserrat <tonijanmonserrat@gmail.com>
  • Loading branch information
tjmonsi committed Mar 31, 2018
1 parent 9398e37 commit 59f5ac5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ branches:
- master
- develop
before_deploy:
- npm run build
- build_version=$(cat package.json | jq '.version')
- build_version=${build_version#\"}
- build_version=${build_version%\"}
Expand All @@ -24,6 +25,7 @@ deploy:
- provider: releases
skip_cleanup: true
api_key: $CHANGELOG_GITHUB_TOKEN
file_glob: true
file:
- 'test-component.js'
- 'LICENSE'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v1.3.4](https://github.com/tjmonsi/automation-test/tree/v1.3.4) (2018-03-31)
[Full Changelog](https://github.com/tjmonsi/automation-test/compare/untagged-66f292de8f9f2123335f...v1.3.4)

## [untagged-66f292de8f9f2123335f](https://github.com/tjmonsi/automation-test/tree/untagged-66f292de8f9f2123335f) (2018-03-31)
[Full Changelog](https://github.com/tjmonsi/automation-test/compare/"1.3.3"...untagged-66f292de8f9f2123335f)

## ["1.3.3"](https://github.com/tjmonsi/automation-test/tree/"1.3.3") (2018-03-31)
[Full Changelog](https://github.com/tjmonsi/automation-test/compare/"1.3.2"..."1.3.3")

Expand Down

0 comments on commit 59f5ac5

Please sign in to comment.