Skip to content

Commit abf31e1

Browse files
authored
chore: tweak the section titles for changelogs (open-telemetry#5432)
1 parent 94059f7 commit abf31e1

File tree

2 files changed

+5
-19
lines changed

2 files changed

+5
-19
lines changed

package.json

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
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",
@@ -115,19 +114,6 @@
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/*",

scripts/update-changelog.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ const path = require("path");
1616

1717
const 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

0 commit comments

Comments
 (0)