File tree Expand file tree Collapse file tree 2 files changed +5
-19
lines changed
Expand file tree Collapse file tree 2 files changed +5
-19
lines changed Original file line number Diff line number Diff line change 1616 "test:webworker" : " lerna run test:webworker" ,
1717 "test:backcompat" : " lerna run test:backcompat" ,
1818 "test:bench" : " lerna run test:bench" ,
19- "changelog" : " lerna-changelog" ,
2019 "predocs-test" : " npm run docs" ,
2120 "docs" : " typedoc --readme none && touch docs/.nojekyll" ,
2221 "docs-deploy" : " gh-pages --dotfiles --dist docs" ,
115114 "typescript" : " 5.0.4" ,
116115 "util" : " 0.12.5"
117116 },
118- "changelog" : {
119- "repo" : " open-telemetry/opentelemetry-js" ,
120- "labels" : {
121- "breaking" : " :boom: Breaking Change" ,
122- "enhancement" : " :rocket: (Enhancement)" ,
123- "bug" : " :bug: (Bug Fix)" ,
124- "core" : " :wrench: Core" ,
125- "document" : " :books: (Refine Doc)" ,
126- "feature-request" : " :sparkles: (Feature)" ,
127- "internal" : " :house: (Internal)"
128- },
129- "cacheDir" : " .changelog"
130- },
131117 "workspaces" : [
132118 " api" ,
133119 " packages/*" ,
Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ const path = require("path");
1616
1717const EMPTY_UNRELEASED_SECTION = `## Unreleased
1818
19- ### :boom: Breaking Change
19+ ### :boom: Breaking Changes
2020
21- ### :rocket: (Enhancement)
21+ ### :rocket: Features
2222
23- ### :bug: ( Bug Fix)
23+ ### :bug: Bug Fixes
2424
25- ### :books: (Refine Doc)
25+ ### :books: Documentation
2626
27- ### :house: ( Internal)
27+ ### :house: Internal
2828
2929`
3030
You can’t perform that action at this time.
0 commit comments