aerogear/charmil

Add scripting for releasing to starter

Open

#221 opened on Aug 10, 2021

 (0 comments) (0 reactions) (1 assignee)Go (13 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (116 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide