Compare commits

...

3 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
Slava
abd1186280 Update .gitlab-ci.yml file 2023-08-26 23:27:42 +00:00
2 changed files with 15 additions and 10 deletions

View File

@@ -6,15 +6,20 @@ release_job:
stage: release # It only runs when *both* jobs in the test stage complete successfully.
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
- if: $CI_COMMIT_TAG
when: never
- if:
changes:
- data/**/*
- modinfo.lua
- thumb.png
only:
# - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
refs:
- main
- ^tags
changes:
- ^README.md
- ^CHANGELOG
- ^.gitattribute
- ^.gitignore
- ^.gitlab-ci.yml
- data/**/*
- modinfo.lua
- thumb.png
script:
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"

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)
-- 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.
-- Possible attributes: