From c9eb19751c35dbba85b21eeb72c72588f6d13fac Mon Sep 17 00:00:00 2001 From: Garrett Edwards Date: Sun, 27 Nov 2022 23:45:14 +0000 Subject: [PATCH 1/2] Add doc about creating releases --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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. From 943a92072d378433fcaa507d8567d47a38ff106c Mon Sep 17 00:00:00 2001 From: Garrett Edwards Date: Sun, 27 Nov 2022 23:46:14 +0000 Subject: [PATCH 2/2] Stamp v1.10.0 --- CHANGELOG.md | 3 +++ VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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/VERSION b/VERSION index b95e90d..bf7b70e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v1.9.2 +v1.10.0