- تاریخ ثبتنام
- 2020-06-26
- نوشتهها
- 21,408
- راهحلها
- 27
- پسندها
- 3,264
- امتیازها
- 113
- سن
- 27
- محل سکونت
- England
- وب سایت
- xenforo.xyz
Imagine this scenario.
1. You get yourself to fix some nasty bugs on your add-on.
2. you start the process with
3. then again, you decide to add a new feature too, so it has to be a major release (v1.0.1) and it's gonna be the release that you're...
1. You get yourself to fix some nasty bugs on your add-on.
2. you start the process with
xf-addon:bump-version
and it's an alpha release (v1.0.0a1). - I believe this is the correct procedure because the template and other stuff in _output
directory have the version string, so they get updated as well.3. then again, you decide to add a new feature too, so it has to be a major release (v1.0.1) and it's gonna be the release that you're...