Earl
Well-known member
There are version string in _metadata.json files too. And they get increased too, right?
ie:
A:
B:
ie:
JSON:
"confirmation_code_was_sent_to_x.txt": {
"global_cache": false,
"version_id": 1000010,
"version_string": "1.0.0 Alpha",
"hash": "1b21028722e08c00124e7738599e3e1e"
},
A:
- make first release (execute build)
- execute xf-addon:bump-version and increase version_id for the next release
- new class extentions
- new tempalate mods
- new phrases
- etc
- execute build
B:
- make first release (execute build)
- new class extentions
- new tempalate mods
- new phrases
- etc
- execute xf-addon:bump-version and increase version_id for the next release
- execute build