Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5f3dac6eef | ||
|
|
03dd9529e0 | ||
|
|
abd1186280 | ||
|
|
4f65bc33b4 | ||
|
|
3f17cef2f3 | ||
|
|
83b57db47c |
@@ -6,15 +6,20 @@ 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:
|
changes:
|
||||||
- data/**/*
|
- ^README.md
|
||||||
- modinfo.lua
|
- ^CHANGELOG
|
||||||
- thumb.png
|
- ^.gitattribute
|
||||||
|
- ^.gitignore
|
||||||
|
- ^.gitlab-ci.yml
|
||||||
|
- data/**/*
|
||||||
|
- modinfo.lua
|
||||||
|
- thumb.png
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
- echo "Release WPE 2.0_$CI_COMMIT_SHORT_SHA"
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
{
|
|
||||||
"ExpandedNodes": [
|
|
||||||
""
|
|
||||||
],
|
|
||||||
"SelectedNode": "\\C:\\Users\\riksl\\Source\\Repos\\weapon-project-extended",
|
|
||||||
"PreviewInSolutionExplorer": false
|
|
||||||
}
|
|
||||||
BIN
.vs/slnx.sqlite
BIN
.vs/slnx.sqlite
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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