asprin
Active member
So I used the
Now if I want to work on additional things related to the said addon locally, what would be the recommended way of dealing with upgrades?
Approach #1
Approach #2
I sincerely hope it's #2 because that's what I've followed. I've finished step 1 and about to use the bump command.
But if's #1, is there a way to ensure all my new changes get tagged to the newer version? I sure hope it doesn't involve going back to each changed file, making a fake edit and then saving it after running the
release
command on version 1000030
to prepare the zip file and uploaded it to the remote server and installed the addon.Now if I want to work on additional things related to the said addon locally, what would be the recommended way of dealing with upgrades?
Approach #1
- Bump the version to
1000130
- Start making changes to code/templates
- Once I'm done with the changes, use the
release
command to get the zip of the upgrade
Approach #2
- Start making changes to code/templates
- Bump the version to
1000130
- Use the
release
command after bumping to get the zip of the upgrade
I sincerely hope it's #2 because that's what I've followed. I've finished step 1 and about to use the bump command.
But if's #1, is there a way to ensure all my new changes get tagged to the newer version? I sure hope it doesn't involve going back to each changed file, making a fake edit and then saving it after running the
bump
command.