We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9745c3 commit d2fa1d9Copy full SHA for d2fa1d9
2 files changed
.github/workflows/build.yml
@@ -44,6 +44,7 @@ jobs:
44
-configuration Release \
45
-derivedDataPath build \
46
MARKETING_VERSION="${{ steps.version.outputs.marketing_version }}" \
47
+ CURRENT_PROJECT_VERSION="${{ steps.version.outputs.marketing_version }}" \
48
CODE_SIGNING_ALLOWED=NO \
49
CODE_SIGNING_REQUIRED=NO
50
.release-it.json
@@ -7,6 +7,9 @@
7
"github": {
8
"release": false
9
},
10
+ "hooks": {
11
+ "before:git:release": "xcrun agvtool new-marketing-version ${version} && xcrun agvtool new-version -all ${version} && git add Wave.xcodeproj/project.pbxproj CHANGELOG.md"
12
+ },
13
"plugins": {
14
"@release-it/conventional-changelog": {
15
"preset": "conventionalcommits",
0 commit comments