Skip to content

Commit

Permalink
* New github latest changelog publish
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
lmajano committed Nov 9, 2020
1 parent 3854be2 commit 973861c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
14 changes: 14 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 973861c

Please sign in to comment.