Skip to content

Commit be506a1

Browse files
committed
Clarify outdated README.md
1 parent a19711e commit be506a1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Publish
33
on:
44
push:
55
branches: [ "master" ]
6+
paths-ignore:
7+
- 'README.md'
8+
- 'settings.gradle'
69

710
permissions:
811
contents: read
@@ -12,7 +15,7 @@ jobs:
1215
uses: MinecraftForge/SharedActions/.github/workflows/gradle.yml@main
1316
with:
1417
java: 17
15-
gradle_tasks: "publish"
18+
gradle_tasks: "check publish"
1619
artifact_name: "git-version"
1720
secrets:
1821
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
> [!WARNING]
2+
> This README is out-of-date, and needs to be updated to reflect the current state of GitVersion and GradleUtils. This
3+
> will be done in due time.
4+
15
# Git Version
26

37
GitVersion is a framework-agnostic implementation of Git-based versioning using the JGit library. While primarily

0 commit comments

Comments
 (0)