Skip to content

Commit 17f538b

Browse files
author
Christopher - Marcel Böddecker
committed
Merge branch 'next'
2 parents 7fee30e + e8d1ffc commit 17f538b

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,18 @@
2626
2727
#### Bug Fixes
2828

29+
* **templates:** changelog/release note formatting ([c8a7ee9](https://github.com/ExtendRealityLtd/DevOps/commit/c8a7ee9444849950903823b6b8708dcbae43744e))
30+
* **templates:** support spaces in file path in Unity .meta checks ([d96d688](https://github.com/ExtendRealityLtd/DevOps/commit/d96d688094536b3ec7f44f8c0f48ede2a9b8a6a7))
31+
32+
## [3.10.0-next.1](https://github.com/ExtendRealityLtd/DevOps/compare/v3.9.0...v3.10.0-next.1) (2019-10-14)
33+
34+
#### Features
35+
36+
* **templates:** merge commit messages in changelog/release note ([53371ac](https://github.com/ExtendRealityLtd/DevOps/commit/53371ace542626dce2f1124b3d468376a7fde5ae))
37+
> This keeps paragraphs in the messages as is.
38+
39+
#### Bug Fixes
40+
2941
* **templates:** changelog/release note formatting ([c8a7ee9](https://github.com/ExtendRealityLtd/DevOps/commit/c8a7ee9444849950903823b6b8708dcbae43744e))
3042

3143
## [3.9.0](https://github.com/ExtendRealityLtd/DevOps/compare/v3.8.0...v3.9.0) (2019-10-14)

templates/steps/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,4 +331,5 @@ steps:
331331
env:
332332
GITHUB_TOKEN: $(GitHub.Token)
333333
NPM_TOKEN: $(Npm.Token)
334+
NPM_CONFIG_REGISTRY: https://npm.pkg.github.com/ExtendRealityLtd
334335
npm_config_access: public

0 commit comments

Comments
 (0)