Compare commits
No commits in common. "891a34c3b6e1bbed7a5b22eeaec0f6140836020e" and "60c24f7b366ef27fdd8730ddd1abb96145cf38ac" have entirely different histories.
891a34c3b6
...
60c24f7b36
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
@ -21,8 +21,9 @@ jobs:
|
||||
- id: version
|
||||
name: version
|
||||
run: |
|
||||
major=${{startsWith(github.event.head_commit.message, '[major]')}}
|
||||
minor=${{startsWith(github.event.head_commit.message, '[minor]')}}
|
||||
echo ${{github.event.head_commit.message}}
|
||||
major=${{contains(github.event.head_commit.message, '[major]')}}
|
||||
minor=${{contains(github.event.head_commit.message, '[minor]')}}
|
||||
|
||||
echo "major: " $major
|
||||
echo "minor: " $minor
|
||||
|
4
.gitignore
vendored
4
.gitignore
vendored
@ -28,8 +28,6 @@
|
||||
.idea/**/gradle.xml
|
||||
.idea/**/libraries
|
||||
|
||||
.idea
|
||||
|
||||
# Gradle and Maven with auto-import
|
||||
# When using Gradle or Maven with auto-import, you should exclude module files,
|
||||
# since they will be recreated, and may cause churn. Uncomment if using
|
||||
@ -80,5 +78,3 @@ fabric.properties
|
||||
.idea/caches/build_file_checksums.ser
|
||||
|
||||
.foundry
|
||||
dist
|
||||
node_modules
|
||||
|
Loading…
x
Reference in New Issue
Block a user