Solar is a general purpose discord bot thats includes common discord bot commands, fun stuff, and statistics for various online games (currently only FFXIV). This project is just for fun for the most part, and so I can experience python and creating a discord bot.
To test new commands, just run python3 testbot.py
to run up the dummy bot and run the commands in the test server.
- Run through all of the pr's and mark them as either enhancment, bug, or maintenance.
- Change the future release to whatever the next release is
- Make a new branch called "x.y.z release_prep"
- On the new branch, run
github_changelog_generator
to update the change log, check it's okay - Tag the commit with the version, i.e
git tag -a x.y.z
and push - Make a new pull request of this branch into release.
- Merge.
- Back merge the release branch into master