Skip to content

Commit

Permalink
chore: rest -> proxy
Browse files Browse the repository at this point in the history
Co-authored-by: Parbez <[email protected]>
  • Loading branch information
didinele and imranbarbhuiya committed May 15, 2022
1 parent 4ae5587 commit b2250af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/proxy/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ commit_parsers = [
{ body = ".*security", group = "Security"},
]
filter_commits = true
tag_pattern = "@discordjs\\/rest@.*"
tag_pattern = "@discordjs\\/proxy@.*"
skip_tags = "v[0-9]*|11|12"
ignore_tags = ""
topo_order = false
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix",
"docs": "typedoc --json docs/typedoc-out.json src/index.ts && node scripts/docs.mjs",
"prepublishOnly": "yarn build && yarn lint && yarn test",
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/rest/*'"
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/proxy/*'"
},
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down

0 comments on commit b2250af

Please sign in to comment.