sonatype-nexus-community / helm-nexus-push

A plugin for helm that will push a chart to a Nexus Hosted Repository
Apache License 2.0
43 stars 47 forks source link

Introduce changelog and version tagging #10

Closed eshepelyuk closed 4 years ago

eshepelyuk commented 4 years ago

Hello

It would be great to introduce release procedure so there will be changelogs and release tags. It would help to install particular version of plugin and not rely on master, that could be broken, for instance.

If interested I can describe, implement approach I'm using in my GitHub projects suing conventional commit and release-it tool

dtshepherd commented 4 years ago

Sure, I’m all for better release procedures! I just don’t have much time to invest in this plugin given my other workload right now.

eshepelyuk commented 4 years ago

So I'll try to make PR then. Using tools and approaches I've described.