diff --git a/.travis.yml b/.travis.yml index f3890e9..0822862 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ sudo: required before_install: # CommandBox Keys - curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add - - - sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a + - sudo echo "deb https://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a /etc/apt/sources.list.d/commandbox.list install: @@ -112,7 +112,7 @@ deploy: edge: true file_glob: true file: $TRAVIS_BUILD_DIR/.artifacts/$MODULE_ID/**/* - release_notes_file: changelog.md + release_notes_file: $TRAVIS_BUILD_DIR/changelog-latest.md name: v${TRAVIS_TAG} tag_name: v${TRAVIS_TAG} overwrite: true diff --git a/changelog.md b/changelog.md index 2dffbae..9682104 100644 --- a/changelog.md +++ b/changelog.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ---- +## [2.3.0] => 2020-NOV-09 + +### Added + +* New github latest changelog publish +* Quote all memento keys so they can preserve their casing +* Quote all metadata keys so they can preserve their casing + +### Fixed + +* Metadata for validations so the docs can be generated correctly + +---- + ## [2.2.0] => 2020-JUN-02 ### Added