Skip to content

Commit 973861c

Browse files
committed
* 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
1 parent 3854be2 commit 973861c

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ sudo: required
2525
before_install:
2626
# CommandBox Keys
2727
- curl -fsSl https://downloads.ortussolutions.com/debs/gpg | sudo apt-key add -
28-
- sudo echo "deb http://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a
28+
- sudo echo "deb https://downloads.ortussolutions.com/debs/noarch /" | sudo tee -a
2929
/etc/apt/sources.list.d/commandbox.list
3030

3131
install:
@@ -112,7 +112,7 @@ deploy:
112112
edge: true
113113
file_glob: true
114114
file: $TRAVIS_BUILD_DIR/.artifacts/$MODULE_ID/**/*
115-
release_notes_file: changelog.md
115+
release_notes_file: $TRAVIS_BUILD_DIR/changelog-latest.md
116116
name: v${TRAVIS_TAG}
117117
tag_name: v${TRAVIS_TAG}
118118
overwrite: true

changelog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
----
99

10+
## [2.3.0] => 2020-NOV-09
11+
12+
### Added
13+
14+
* New github latest changelog publish
15+
* Quote all memento keys so they can preserve their casing
16+
* Quote all metadata keys so they can preserve their casing
17+
18+
### Fixed
19+
20+
* Metadata for validations so the docs can be generated correctly
21+
22+
----
23+
1024
## [2.2.0] => 2020-JUN-02
1125

1226
### Added

0 commit comments

Comments
 (0)