turquoiseowl / i18n

Smart internationalization for ASP.NET
Other
556 stars 156 forks source link

NuGet continuous delivery #318

Open tOmoness opened 7 years ago

tOmoness commented 7 years ago

Hey @turquoiseowl, is there a plan in place to have a continuous delivery to theNuGet package? Maybe potentially pushing latest commits to a pre version before making them the "stable" build?

turquoiseowl commented 7 years ago

Thanks for the suggestion which looks like a good idea. Is there a GIT branching strategy you can recommend to go with this? I'm thinking that the Master branch may well have progressed forwards somewhat beyond a pre-release tag at the time the decision is made to go for full-release with that tag.

sms1991 commented 7 years ago

Hi @turquoiseowl, would it be possible to publish the latest build to NuGet for the time being?

turquoiseowl commented 7 years ago

Pre-release version are now being pushed to NuGet. Enjoy.

tOmoness commented 7 years ago

Hmmm branching strategy - not too sure, but for simplicity you could always say master is pre and then label it when ready for release? Would be cool to hook it up to a build server, so then you'll know if any pull requests break the build.