Skip to content

Commit

Permalink
Remove references to rsc
Browse files Browse the repository at this point in the history
  • Loading branch information
celotajstg committed Apr 21, 2021
1 parent f2e2f0e commit 13de62e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 0 additions & 2 deletions html/changelogs/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# tgs
# - (TGS change)
# balance
# - (balance changes)
# code_imp
Expand Down
3 changes: 0 additions & 3 deletions tools/WebhookProcessor/github_webhook_processor.php
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,6 @@ function checkchangelog($payload, $compile = true) {
$currentchangelogblock[] = array('type' => 'balance', 'body' => $item);
}
break;
case 'tgs':
$currentchangelogblock[] = array('type' => 'tgs', 'body' => $item);
break;
case 'code_imp':
case 'code':
if($item != 'changed some code'){
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/check_changelogs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail

md5sum -c - <<< "e70dd40dccdf2d694aea3f56a7a0c4f1 *html/changelogs/example.yml"
md5sum -c - <<< "4d783933c74290b3a219068790b2046f *html/changelogs/example.yml"
python3 tools/ss13_genchangelog.py html/changelog.json html/changelogs

0 comments on commit 13de62e

Please sign in to comment.