Skip to content

Commit

Permalink
Update example.yml prefixes (tgstation#46607)
Browse files Browse the repository at this point in the history
* Update example.yml prefixes

* Update example.yml checksum in travis
  • Loading branch information
JJRcop authored and actioninja committed Sep 23, 2019
1 parent d89aba9 commit 81a670f
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
33 changes: 29 additions & 4 deletions html/changelogs/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,41 @@
#
# Valid Prefixes:
# bugfix
# wip (For works in progress)
# - (fixes bugs)
# wip
# - (work in progress)
# tweak
# - (tweaks something)
# soundadd
# - (adds a sound)
# sounddel
# rscadd (general adding of nice things)
# rscdel (general deleting of nice things)
# - (removes a sound)
# rscdel
# - (adds a feature)
# rscadd
# - (removes a feature)
# imageadd
# - (adds an image or sprite)
# imagedel
# spellcheck (typo fixes)
# - (removes an image or sprite)
# spellcheck
# - (fixes spelling or grammar)
# experiment
# - (experimental change)
# tgs
# - (TGS change)
# balance
# - (balance changes)
# code_imp
# - (misc internal code change)
# refactor
# - (refactors code)
# config
# - (makes a change to the config files)
# admin
# - (makes changes to administrator tools)
# server
# - (miscellaneous changes to server)
#################################

# Your name.
Expand Down
2 changes: 1 addition & 1 deletion tools/travis/check_changelogs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -euo pipefail

md5sum -c - <<< "49bc6b1b9ed56c83cceb6674bd97cb34 *html/changelogs/example.yml"
md5sum -c - <<< "364a16f858a957486eaeb1e12673c39c *html/changelogs/example.yml"
python3 tools/ss13_genchangelog.py html/changelog.html html/changelogs

0 comments on commit 81a670f

Please sign in to comment.