Patch deployment

Is there any way to identify a release created through the TeacmCity plugin as a patch release?

I have separate build paths fin TeamCity for my trunk and patch branches. I would like to be able to label a release created through Teamcity so that it clearly says patch when vieiwing the release in the Octopus deploy UI.

Hi Sean,

Thanks for getting in touch!

The only solution we see that you could mark a release as a patch would be using the command line variable --releasenotes and add a comment in there.
To make it work from the TeamCity plugin under Advanced -> Additional command line arguments add:
–releasenotes=VALUE

The documentation about the different command line variables can be found here:

Hope that helps!

Vanessa