asprin
Active member
A general doubt. Suppose I make some changes to a couple of files (current addon version is 1.0.0):
I save them, run them locally to ensure the changes are reflecting. Then via CLI, I bump the addon version (make it 1.0.1). Then I use the
Now my query is will the 1.0.1 version contain the changes I made to the above 2 files (which were done in 1.0.0) version? Or will I have to recpature them again after bumping the addon version before using the release command?
- Controller/Foo.php
- templates/foo.html
I save them, run them locally to ensure the changes are reflecting. Then via CLI, I bump the addon version (make it 1.0.1). Then I use the
build-release
command. This gives me the addon files with a version named 1.0.1.Now my query is will the 1.0.1 version contain the changes I made to the above 2 files (which were done in 1.0.0) version? Or will I have to recpature them again after bumping the addon version before using the release command?