Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f3dac6eef | ||
|
|
03dd9529e0 |
@@ -6,20 +6,17 @@ release_job:
|
|||||||
stage: release # It only runs when *both* jobs in the test stage complete successfully.
|
stage: release # It only runs when *both* jobs in the test stage complete successfully.
|
||||||
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
image: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
|
|
||||||
rules:
|
only:
|
||||||
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
|
||||||
- if: $CI_COMMIT_TAG
|
refs:
|
||||||
when: never
|
- main
|
||||||
- if:
|
- ^tags
|
||||||
changes:
|
|
||||||
- README.md
|
|
||||||
- CHANGELOG
|
|
||||||
- .gitattribute
|
|
||||||
- .gitignore
|
|
||||||
- .gitlab-ci.yml
|
|
||||||
when: never
|
|
||||||
- if:
|
|
||||||
changes:
|
changes:
|
||||||
|
- ^README.md
|
||||||
|
- ^CHANGELOG
|
||||||
|
- ^.gitattribute
|
||||||
|
- ^.gitignore
|
||||||
|
- ^.gitlab-ci.yml
|
||||||
- data/**/*
|
- data/**/*
|
||||||
- modinfo.lua
|
- modinfo.lua
|
||||||
- thumb.png
|
- thumb.png
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ meta =
|
|||||||
|
|
||||||
-- Version of your mod, should be in format 1.0.0 (major.minor.patch) or 1.0 (major.minor)
|
-- Version of your mod, should be in format 1.0.0 (major.minor.patch) or 1.0 (major.minor)
|
||||||
-- This will be used to check for unmet dependencies or incompatibilities
|
-- This will be used to check for unmet dependencies or incompatibilities
|
||||||
version = "1.3",
|
version = "2.0",
|
||||||
|
|
||||||
-- If your mod requires dependencies, enter them here. The game will check that all dependencies given here are met.
|
-- If your mod requires dependencies, enter them here. The game will check that all dependencies given here are met.
|
||||||
-- Possible attributes:
|
-- Possible attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user