Versent / unicreds

unicreds is a CLI which manages secrets in AWS using DynamoDB and KMS.
https://github.com/Versent/unicreds
MIT License
117 stars 39 forks source link

Improve release process #12

Open ojongerius opened 8 years ago

ojongerius commented 8 years ago

Hi there,

First: Thanks for saving me to port credstash from Python to Go myself :)

A few questions:

Another thing that I'd like to see is a pre-release being created from master, you could use Travis to do this for you. I have good experience with ghr to automate this. See this (old) Travis file for an example.

Happy to help out if this is something you'd like too.

wolfeidau commented 8 years ago

Yeah great suggestions.

I have been pondering how to get the release process off my machine but haven't got anything sorted yet.

I will take a look at the example you have provided, I am using https://github.com/progrium/gh-release at the moment.

But yes totally agree, needs to improve I am also testing homebrew tap to assist in this for OSX.

Cheers I will hassle you for critique.

ojongerius commented 8 years ago

Aweseome.

Shall I leave this issue open to keep track of improvements?

I've raised #13 to get Travis builds going.