Skip to content

Commit 04842cb

Browse files
authored
Merge pull request #422 from psiinon/ru/2
Promote and release Russian help
2 parents 9e38d0c + 1acbfff commit 04842cb

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

addOns/help_ru_RU/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,16 @@ All notable changes to this add-on will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6-
## Unreleased
6+
## [2] - 2022-02-24
7+
8+
### Changed
9+
10+
- Promote to Release
711

812

913
## [1] - 2022-01-18
1014

1115
- First version.
1216

17+
[2]: https://github.com/zaproxy/zap-core-help/releases/help_ru_RU-v2
1318
[1]: https://github.com/zaproxy/zap-core-help/releases/help_ru_RU-v1

addOns/help_ru_RU/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
version=2
2-
release=false
2+
release=true
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
import org.zaproxy.gradle.addon.AddOnStatus
12

23
extra["language"] = "Russian"
4+
5+
zapAddOn {
6+
addOnStatus.set(AddOnStatus.RELEASE)
7+
}

0 commit comments

Comments
 (0)