Skip to content

Commit

Permalink
Removes backport and release-notes scripts
Browse files Browse the repository at this point in the history
* Also deletes the unnecessary @osd/release-notes package.
* Backport is unnecessary since we're adding a backport action in #1233.
* Release notes are generated with `git-release-notes`, and there's no
need to maintain a package dedicated to release notes for now. Future
work can be done to integrate existing release notes repositories
instead of reinventing the wheel.

Signed-off-by: Tommy Markley <[email protected]>
  • Loading branch information
Tommy Markley committed Feb 10, 2022
1 parent 6db875f commit de76a52
Show file tree
Hide file tree
Showing 29 changed files with 9 additions and 2,462 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
**/*.js.snap
**/graphql/types.ts
/.opensearch
/.chromium
/build
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ apm.tsconfig.json
## when switching from master or 7.x branches
snapshots.js

# release notes script output
report.csv
report.asciidoc

# TS incremental build cache
*.tsbuildinfo

Expand Down
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@
"@osd/optimizer": "1.0.0",
"@osd/plugin-generator": "1.0.0",
"@osd/pm": "1.0.0",
"@osd/release-notes": "1.0.0",
"@osd/telemetry-tools": "1.0.0",
"@osd/test": "1.0.0",
"@osd/test-subj-selector": "0.2.1",
Expand Down Expand Up @@ -272,7 +271,6 @@
"@types/getos": "^3.0.0",
"@types/glob": "^7.1.3",
"@types/globby": "^8.0.0",
"@types/graphql": "^0.13.2",
"@types/hapi__cookie": "^10.1.4",
"@types/hapi__h2o2": "^8.3.3",
"@types/hapi__hapi": "^20.0.10",
Expand Down Expand Up @@ -343,7 +341,6 @@
"babel-eslint": "^10.0.3",
"babel-jest": "^26.3.0",
"babel-plugin-istanbul": "^6.0.0",
"backport": "^5.6.6",
"brace": "0.11.1",
"chai": "3.5.0",
"chance": "1.0.18",
Expand Down
27 changes: 0 additions & 27 deletions packages/osd-release-notes/package.json

This file was deleted.

176 changes: 0 additions & 176 deletions packages/osd-release-notes/src/cli.ts

This file was deleted.

97 changes: 0 additions & 97 deletions packages/osd-release-notes/src/formats/asciidoc.ts

This file was deleted.

Loading

0 comments on commit de76a52

Please sign in to comment.