Skip to content

Commit

Permalink
No prefix (#42)
Browse files Browse the repository at this point in the history
* Do not prefix tags

We already have an extra v in the tag, no need to add a prefix

* Version bump

* Address comments
  • Loading branch information
Rail Aliiev committed Jun 7, 2019
1 parent ddc0cb3 commit 7b51521
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ tasks:
then: pull-request
else:
$if: 'tasks_for == "github-release"'
then: "v${event.release.tag_name}" # prefix the version with "v"
then: ${event.release.tag_name}
else: # push
$if: 'event.ref == "refs/heads/master"'
then: latest
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

# 4.2.2 - 2019-06-07
### Fixed
- Do not prefix tag version with "v"

# 4.2.1 - 2019-06-04
### Changed
- Unify docker build and push tasks

# 4.2.0 - 2019-05-09
### Added
- Generate docker images as a part of CI

# 4.1.0 - 2019-05-09
### Added
- Use special headers to work around https issues

# [4.0.0] - 2010-03-06
### Removed
- Removed Ship-it v1 support

# [3.2.0] - 2019-03-06
### Added
- Simplify Ship-it v2 support
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.1
4.2.2

0 comments on commit 7b51521

Please sign in to comment.