Skip to content

Commit

Permalink
Saner releases clean up (#4072)
Browse files Browse the repository at this point in the history
* Remove allchange dependency

Signed-off-by: Michael Telatynski <[email protected]>

* Remove stale release scripts

Signed-off-by: Michael Telatynski <[email protected]>

* Update pull request template to remove allchange behaviours

Signed-off-by: Michael Telatynski <[email protected]>

* Update label check automation

Signed-off-by: Michael Telatynski <[email protected]>

* mheap

Signed-off-by: Michael Telatynski <[email protected]>

* Re-add node-fetch which was previously transitive via allchange

Signed-off-by: Michael Telatynski <[email protected]>

* Use node-fetch@^2

Signed-off-by: Michael Telatynski <[email protected]>

---------

Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy authored Feb 19, 2024
1 parent 7e0d92c commit f96dac1
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 662 deletions.
6 changes: 0 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,3 @@
- [ ] Tests written for new code (and old code if feasible)
- [ ] Linter and other CI checks pass
- [ ] Sign-off given on the changes (see [CONTRIBUTING.md](https://github.com/matrix-org/matrix-js-sdk/blob/develop/CONTRIBUTING.md))

<!--
If you would like to specify text for the changelog entry other than your PR title, add the following:
Notes: Add super cool feature
-->
12 changes: 9 additions & 3 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,17 @@ jobs:
name: Preview Changelog
runs-on: ubuntu-latest
steps:
- uses: matrix-org/allchange@main
- uses: mheap/github-action-required-labels@80a96a4863886addcbc9f681b5b295ba7f5424e1 # v5
if: github.event_name != 'merge_group'
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
requireLabel: true
labels: |
X-Breaking-Change
T-Deprecation
T-Enhancement
T-Defect
Dependencies
mode: minimum
count: 1

prevent-blocked:
name: Prevent Blocked
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@
"@types/uuid": "9",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"allchange": "^1.3.0",
"babel-jest": "^29.0.0",
"debug": "^4.3.4",
"domexception": "^4.0.0",
Expand All @@ -117,6 +116,7 @@
"jest-mock": "^29.0.0",
"lint-staged": "^15.0.2",
"matrix-mock-request": "^2.5.0",
"node-fetch": "^2.7.0",
"prettier": "3.2.4",
"rimraf": "^5.0.0",
"ts-node": "^10.9.1",
Expand Down
15 changes: 0 additions & 15 deletions post-release.sh

This file was deleted.

Loading

0 comments on commit f96dac1

Please sign in to comment.