Add scripting for releasing to starter
Ouverte
enhancement
good first issue
- Langage dominant
- Go
- Étoiles
- 116
- Forks
- 13
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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_
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.