All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add support for
octopus.push.package
step. It allows creating and pushing packages from TeamCity to Octopus. #53
- Issue with serialization and newlines for VCSRoot branchSpec property
- (BREAKING CHANGE) Move package code from
pkg/teamcity
toteamcity
.- The former structure caused some issues with tooling such as
gocode
andgodef
. Since this project follows go-github design and conventions, I've adapted the project structure as well.
- The former structure caused some issues with tooling such as
0.4.0 - 2018-10-11
- Add
GetName()
to Step interface.
0.2.0 - 2018-07-16
0.1.0 - 2018-07-16
First release.