Skip to content

Commit

Permalink
disclaimer for changing features
Browse files Browse the repository at this point in the history
  • Loading branch information
LucunJi committed Jan 6, 2024
1 parent c09890d commit 6621a47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@ Let's dep-up your mods! It automatically updates Minecraft version and dependenc

---

***MC-DepUp is currently under heavy develop, ANY FEATURE IS SUBJECT TO CHANGE***

MC-DepUp (abbr. for Minecraft Dependencies Updater)
updates the `gradle.properties` file according to your settings in `.github/modding-dependencies.yml`

It can work well with Minecraft projects, while Dependabot doesn't -- how can Dependabot handle both Minecraft version and dependency version?
It can work well with Minecraft projects, while other updaters (e.g. Dependabot, Renovate) doesn't -- how can any general updater handle both Minecraft version and dependency version?

It does not make new builds on its own.
You can use more steps in your actions to make builds.
Possible following steps are build, commit, push and make pull request.

For a list of inputs and outputs, see [action.yml](action.yml)

***MC-DepUp is currently under heavy develop***,
you may build and use it locally using instructions from [How to develop and run locally](#how-to-develop-and-run-locally).

## Table of contents
Expand Down

0 comments on commit 6621a47

Please sign in to comment.