Add scripting for releasing to starter
Abierto
enhancement
good first issue
- Lenguaje dominante
- Go
- Estrellas
- 116
- Forks
- 13
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
> 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_
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.