A cli tool to dump various HBS BT "defs" to wikitext.
First you need to convert the defs to wikitext or "export" them:
bta-wiki-import export ./mod-directory ./path-to-wikitext
Then you can upload them to the wiki or "import" them:
bta-wiki-import import -u Username@botname -l https://WEBSITE/api.php --passfile ./file-with-password ./path-to-wikitext
- Please limit your branches and code changes to 1 feature and its related work.
- Cut your PR. Codeowners are automatically added to it.
- Respond to any feedback.
- Merge on approval.
- Tagging
a. If new code was pushed, push a new tag tomaster
. Tags must follow semantic versioning in the release formatv$major.$minor.$patch
.
b. If no new code was pushed, i.e. updating this README, no new tags are required. - Go releaser will automatically build a new release. Check the Actions page for any errors. Fix or report them as necessary.