Skip to content

Commit

Permalink
Merge pull request #19 from zalando-incubator/fix_tag_builds
Browse files Browse the repository at this point in the history
Ignore version checking if building latest tag.
  • Loading branch information
bmaher authored May 27, 2019
2 parents 40a04d7 + b1e8796 commit d32d3d0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: python
python:
- '3.6'
- '3.7'
# Don't build tags.
branches:
except:
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
install:
- pip install --upgrade pip==18.1
- pip install poetry codacy-coverage
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.12][] - 2019-05-22

### Fixed

- Don't build tag branches in CI.

## [1.2.11][] - 2019-05-21

### Added
Expand Down Expand Up @@ -93,6 +99,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Implemented `-v`/`--version` option to show Zelt version.
- This changelog.

[1.2.12]: https://github.com/zalando-incubator/zelt/compare/v1.2.11...v1.2.12
[1.2.11]: https://github.com/zalando-incubator/zelt/compare/v1.2.10...v1.2.11
[1.2.10]: https://github.com/zalando-incubator/zelt/compare/v1.2.9...v1.2.10
[1.2.9]: https://github.com/zalando-incubator/zelt/compare/v1.2.8...v1.2.9
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "zelt"
version = "1.2.11"
version = "1.2.12"
description = "Zalando end-to-end load tester"
authors = [
"Brian Maher <brian.maher@zalando.de>",
Expand Down

0 comments on commit d32d3d0

Please sign in to comment.