aerogear / charmil

The framework for building modular plugin based CLI's using Cobra and Golang
https://aerogear.github.io/charmil
Apache License 2.0
116 stars 13 forks source link

Add scripting for releasing to starter #221

Open wtrocki opened 3 years ago

wtrocki commented 3 years ago

I believe now you'll be making similar changes in the charmil-starter repo too

No changes to charmil starter. Let's build script that will do something like this:

mkdir newrepo
cd newrepo
git init 
git remote add starter ...
cp -Rf ../starter ./
git commit -a -m"Starter update"
git push origin main

Originally posted by @wtrocki in https://github.com/aerogear/charmil/issues/219#issuecomment-895945440