mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
feat: Include version in release (#1336)
* Set version before build * Format yaml a little
This commit is contained in:
parent
daa7265fb0
commit
e4f89cf12f
@ -4,7 +4,7 @@
|
|||||||
"prepare": [
|
"prepare": [
|
||||||
{
|
{
|
||||||
"path": "@semantic-release/exec",
|
"path": "@semantic-release/exec",
|
||||||
"cmd": "set-version ${nextRelease.version}"
|
"cmd": "echo ${nextRelease.version} > Assets/Mirror/version.txt"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"plugins": [
|
"plugins": [
|
||||||
|
@ -18,6 +18,8 @@ install:
|
|||||||
|
|
||||||
# Do not build on tags (GitHub only)
|
# Do not build on tags (GitHub only)
|
||||||
skip_tags: true
|
skip_tags: true
|
||||||
|
before_build:
|
||||||
|
semantic-release --prepare
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- docfx metadata doc\docfx.json
|
- docfx metadata doc\docfx.json
|
||||||
|
Loading…
Reference in New Issue
Block a user