Add /version command #62
Labels
No labels
Epic
Feature Request
HOLD
audit
automerge
bug
dependencies
documentation
duplicate
good first issue
help wanted
invalid
question
release
security
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
NiXTheDev/regexYbot#62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Overview
Add a
/versioncommand that displays the current bot version to users.Implementation
1. Create src/version.ts
2. Add /version command to index.ts
Reply with:
3. CI Integration
CI updates version.ts on each release with the latest info from git and GitHub releases.
Notes
Implemented in commit
810a12c