aerogear/charmil

Add scripting for releasing to starter

Aperta

#221 aperta il 10 ago 2021

 (0 commenti) (0 reazioni) (1 assegnatario)Go (13 fork)auto 404
enhancementgood first issue

Metriche repository

Star
 (116 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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

Guida contributor