Compare commits

..

2 Commits

Author SHA1 Message Date
Slava
5f3dac6eef Update file modinfo.lua 2023-08-26 23:38:28 +00:00
Slava
03dd9529e0 Update .gitlab-ci.yml file 2023-08-26 23:37:32 +00:00
2 changed files with 15 additions and 18 deletions

View File

@@ -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

View File

@@ -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: