Skip to content

Commit 2d075ff

Browse files
authored
Merge pull request #386 from thc202/fix-release
Fix release of add-ons and other tweaks
2 parents 1117a1e + a2b391c commit 2d075ff

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

addOns/addOns.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,13 @@ subprojects {
124124
tagMessage.set(message)
125125
title.set(message)
126126
}
127+
val zapAddOnExt = project.zapAddOn
127128
releaseAddOn {
128129
dependsOn(createReleaseAddOn)
129130

130131
dependsOn(handleRelease)
131132
dependsOn(createPullRequestNextDevIter)
132-
if (project.zapAddOn.addOnId.get() == "help") {
133+
if (zapAddOnExt.addOnId.get() == "help") {
133134
dependsOn(":addOns:crowdinUploadSourceFiles")
134135
}
135136
}

addOns/help/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## [12] - 2021-10-06
77
### Changed
8+
- Updated for 2.11.0.
89
- Remove extra column in a videos table.
910
- Update link to zaproxy and community-scripts repo.
1011

addOns/help/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=12
2-
release=true
2+
release=false

0 commit comments

Comments
 (0)