Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.37 KB

CHANGELOG.MD

File metadata and controls

42 lines (26 loc) · 1.37 KB

Changelog

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.

Added

  • Add support for octopus.push.package step. It allows creating and pushing packages from TeamCity to Octopus. #53

Fixed

  • Issue with serialization and newlines for VCSRoot branchSpec property

Changed

  • (BREAKING CHANGE) Move package code from pkg/teamcity to teamcity.
    • The former structure caused some issues with tooling such as gocode and godef. Since this project follows go-github design and conventions, I've adapted the project structure as well.

0.4.0 - 2018-10-11

Added

  • Add GetName() to Step interface.

0.2.0 - 2018-07-16

0.1.0 - 2018-07-16

First release.