andrewabest / Conventional

A suite of convention specifications for enforcing type and style conventions in your codebase
Microsoft Public License
97 stars 29 forks source link

Track releases in Github and add NuGet badge to README.md #57

Closed dennisroche closed 6 years ago

dennisroche commented 6 years ago

In AppVeyor you can configure the deployment to push to both NuGet and GitHub. It is useful to be able to track what commit for a version and the changes included.

Then add a https://shields.io/ badge for the NuGet package.

dennisroche commented 6 years ago

It looks like it has worked. 👍

andrewabest commented 6 years ago

It seems that adding the deployment to github has added some unwanted behaviour to the build, will re-open this until I sort it out.

dennisroche commented 6 years ago

Does the GitHub release trigger another master change? So, it went from 4.0.2 with the README.md to 4.0.3 with no code change?

You need to turn off build on tag pushes

andrewabest commented 6 years ago

Yup just figured out it was the 4.0.2 tag that triggered a 4.0.3 build. I've fixed it, closing this out again.