Skip to content
Snippets Groups Projects
Commit 29ad4e57 authored by Giuseppe Attardi's avatar Giuseppe Attardi
Browse files

Update Local-Charm-Repository.rst

parent a6ac4ba3
No related branches found
No related tags found
No related merge requests found
...@@ -68,6 +68,11 @@ and also create a branch:: ...@@ -68,6 +68,11 @@ and also create a branch::
Note: if the patch does not apply cleanly, you will need to manually Note: if the patch does not apply cleanly, you will need to manually
resolve any conflicts to reapply the local customizations. resolve any conflicts to reapply the local customizations.
Commit and push the new version of the charm::
$ git commit -a
$ git push
If you made some changes to the master version that need to go into the stable branch:: If you made some changes to the master version that need to go into the stable branch::
$ git checkout stable/17.02 $ git checkout stable/17.02
...@@ -75,7 +80,9 @@ If you made some changes to the master version that need to go into the stable b ...@@ -75,7 +80,9 @@ If you made some changes to the master version that need to go into the stable b
$ git commit -a $ git commit -a
$ git push $ git push
Commit and push the new version of the charm. Then revert to master::
$ git checkout master
Releasing a new version of the charm Releasing a new version of the charm
------------------------------------ ------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment