Skip to content

Commit b6054bb

Browse files
committed
copy pasted too hard
1 parent 3b48db7 commit b6054bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This mod requires [AutoRegLib](https://github.com/VazkiiMods/AutoRegLib).
66
This mod makes use of the [Java Universal Tween Engine](https://github.com/AurelienRibon/universal-tween-engine) by Aurelien Ribon, licensed under the Apache 2.0 License.
77

88
## Release Process
9-
Neat's release process is mostly automated. Here's the steps:
9+
Quark's release process is mostly automated. Here's the steps:
1010

1111
1. Pull master so you're up to date, make sure everything is committed
12-
2. Run `git tag -a release-<mc_version>-<build_number>`. If you don't know or remember what those are, look at `gradle.properties`
12+
2. Run `git tag -a release-<mc_version>-<build_number>`. If you don't know or remember what those are, look at `build.properties`
1313
3. In the editor that pops up, write the changelog
14-
4. In `gradle.properties`, increment the build_number by one for the next version. Commit this.
14+
4. In `build.properties`, increment the build_number by one for the next version. Commit this.
1515
5. Push master and the release tag: `git push origin master release-<mc_version>-<build_number>`
1616
6. Shortly after, the mod should be automatically uploaded to GitHub's release tab, Modrinth, and CurseForge.
1717

0 commit comments

Comments
 (0)