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.
|
||||
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"
|
||||
|
||||
@@ -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)
|
||||
-- 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:
|
||||
|
||||
Reference in New Issue
Block a user