aerogear/charmil

Add scripting for releasing to starter

オープン

#221 opened on 2021/08/10

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)Go (13 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (116 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

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

コントリビューターガイド