-
Notifications
You must be signed in to change notification settings - Fork 2
Releasing
TriBridge keeps two changelogs, written for different people, and both are updated in the same commit as the change itself.
| File | Reader | Voice |
|---|---|---|
CHANGELOG.md |
Whoever runs the bot, and future you | Third person, complete, sub-bullets for the details |
DISCORD_CHANGELOG.md |
Guild members reading an announcement | Second person, one line per change, nothing they can't see |
The full format lives in docs/RELEASING.md. The summary:
SkyHanni-style — a ## release section, a ### category, a #### feature area, then + bullets with
indented + sub-bullets.
## Unreleased
### New Features
#### Bridge
+ Added **guild-to-guild bridging**: chat in one Hypixel guild can now be shared straight into the others.
+ Off by default and turned on per guild with `/guilds edit guild:sb crossbridge:True`.Categories: New Features, Improvements, Fixes, Technical Details, Removed Features — only the ones
with entries. Feature areas: Bridge, Account Linking, Management, Information, Requests,
Admin Panel, Documentation, Core, Misc.
Write for the people running and using the bot. Refactors and dependency bumps go under Technical Details.
Always say what the default is, and what an existing install sees if it does nothing.
A change earns a line only if a guild member would notice it. One line, second person, no sub-bullets. Only
markdown Discord renders — no tables, no + bullets, no titled links. Each ## section must stay under 2000
characters so it pastes as one message.
The bot is on a pre-release beta line: versions look like 0.1.0-beta.1, and each beta release bumps the
trailing number. Lowercase beta, a dot before the number, no leading v — anything else is not valid
semver, and npm copies it verbatim into package-lock.json rather than correcting it.
Ordinary semver resumes at the first stable release, 1.0.0: patch for fixes, minor for features, major for a
config format existing *Config.json files can't be read as. The Version 1.0.0 to Version 1.2.1 sections
in the changelog predate the beta line and are left alone.
- Bump
versioninpackage.json— the beta number, or the semver component above. This is the step that gets skipped; nothing else catches it. - Rename
## Unreleasedto## Version X.Y.Zin both changelogs, and add a fresh empty## Unreleasedabove it in each. - Check Installation and the README if the Node version or the dependencies changed.
- Commit as
Update: X.Y.Z release. - Post the new
##section ofDISCORD_CHANGELOG.mdto the announcement channel.
Never tag or push tags unless explicitly asked.
git pull
npm installThen restart. Config files live outside the repository and survive the pull — see Updating for what to check afterwards, including the up-to-an-hour delay before new slash commands appear.
These pages publish themselves. A push to master touching wiki/ runs
.github/workflows/wiki.yml,
which copies the folder into the wiki's own repository — so there is no publish step at release time, and a
page merged with the code is live with it. See
docs/WIKI.md.
Using the bridge
Running the bot
Hypixel guilds
Administration
Help
Development