Skip to content

Commit 4d3e9bc

Browse files
authored
Release v1.0.3 (#53)
1 parent 70144b3 commit 4d3e9bc

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Unreleased
22

3+
## 1.0.3
4+
35
- Bugfix: Ensure send image configs are adhered to. (#51)
46
- Dev: camelCase test methods. (#52)
57
- Dev: Remove leftover `gradle.properties` file. (#52)

docs/MAKE-RELEASE.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
When making a release, ensure you update the version in build.gradle.kts, a tag is created, and a release has been made.
1+
# Making a release
22

3-
TODO: Better docs for how to test & build
3+
1. Update the changelog - Make a new section for all previously unreleased changes
4+
1. Update the version in `build.gradle.kts`
5+
1. Make a tag on the main branch commit
6+
1. Make a GitHub release
7+
1. Optionally update the plugin in the [RuneLite plugin hub](https://github.com/runelite/plugin-hub)
8+
9+
TODO: Add proper test steps

0 commit comments

Comments
 (0)