File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ language: python
3
3
python :
4
4
- ' 3.6'
5
5
- ' 3.7'
6
+ # Don't build tags.
7
+ branches :
8
+ except :
9
+ - /^v\d+\.\d+(\.\d+)?(-\S*)?$/
6
10
install :
7
11
- pip install --upgrade pip==18.1
8
12
- pip install poetry codacy-coverage
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.2.12] [ ] - 2019-05-22
9
+
10
+ ### Fixed
11
+
12
+ - Don't build tag branches in CI.
13
+
8
14
## [ 1.2.11] [ ] - 2019-05-21
9
15
10
16
### Added
@@ -93,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
93
99
- Implemented ` -v ` /` --version ` option to show Zelt version.
94
100
- This changelog.
95
101
102
+ [ 1.2.12 ] : https://github.com/zalando-incubator/zelt/compare/v1.2.11...v1.2.12
96
103
[ 1.2.11 ] : https://github.com/zalando-incubator/zelt/compare/v1.2.10...v1.2.11
97
104
[ 1.2.10 ] : https://github.com/zalando-incubator/zelt/compare/v1.2.9...v1.2.10
98
105
[ 1.2.9 ] : https://github.com/zalando-incubator/zelt/compare/v1.2.8...v1.2.9
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " zelt"
3
- version = " 1.2.11 "
3
+ version = " 1.2.12 "
4
4
description = " Zalando end-to-end load tester"
5
5
authors = [
6
6
" Brian Maher <brian.maher@zalando.de>" ,
You can’t perform that action at this time.
0 commit comments