Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add scripting for releasing to starter #221

Open
wtrocki opened this issue Aug 10, 2021 · 0 comments · May be fixed by #245
Open

Add scripting for releasing to starter #221

wtrocki opened this issue Aug 10, 2021 · 0 comments · May be fixed by #245
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@wtrocki
Copy link
Contributor

wtrocki commented Aug 10, 2021

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 #219 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants