Closed gregsochanik closed 9 years ago
TC supports the concept of tags as branches so specific tags can be targeted Can specify current tag/release as build parameter specified as %ReleaseVersion% Can use out of the box nuget pack/publish to release to nuget
Once I've built a working prototype, I will add details accepted release instructions to the wiki
Right, this works in principle and is very simple to use:
BUT
I have come across a couple of issues:
So actions to work on:
Right, this is proving a little tricky and taking too long so am going to stop. I may come back to it, but for now I'm going to just write step by step instructions on how to release to nuget within the wiki, by
Instructions added here:
https://github.com/7digital/SevenDigital.Api.Wrapper/wiki/Releasing-to-nuget
Here's what I want to achieve:
In order to:
Note - this is of course all open to comment. For example, should we use release notes that are tied to github? Is there a way of publishing the same release notes to nuget so we're not repeating ourselves? etc etc