ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,014
- Points
- 823
Reputation:
Bumping an Add-on version is a boring, tedious and sometimes quite error-prone routine task:
We either have to edit
In most cases, version changes are simple and and predictable, so couldn't this process be...
Read more
Continue reading...
We either have to edit
version_id
and version_string
in addon.json
, pass at least option version-id
on the commandline or interactively enter it in the console.version_id
is great for automatic processing, but somewhat hard to read (and way too easy to mess up) for humans.In most cases, version changes are simple and and predictable, so couldn't this process be...
Read more
Continue reading...