diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f1e6ee..dec8029 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ # Changelog ## Unreleased + +## v1.10.0 - 11/27/2022 - Added support for addons in the form of GitHub releases, separately from GitHub commits +- Added support for Wrath classic addons from some sources ## v1.9.2 - 08/03/2021 - Fix bug where an entry in `installed.ini` could be zeroed out if there was an error updating the addon diff --git a/README.md b/README.md index e2516b6..db22481 100644 --- a/README.md +++ b/README.md @@ -202,5 +202,13 @@ pipenv-setup sync -d 1. ???? 1. Profit +# Publishing Releases + +This is only available to the repo owner. + +1. Commit a new version number to the `VERSION` file +1. Stamp the `CHANGELOG.md` +1. Create a new Release: https://github.com/grrttedwards/wow-addon-updater/releases/new + # Thanks Shout out to GitHub user [`kuhnertdm`](https://github.com/kuhnertdm) for establishing the original base of this utility, and giving people an alternative to the wasteland of mainstream clients. diff --git a/VERSION b/VERSION index b95e90d..bf7b70e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.9.2 +v1.10.0