-
I am always checking whicht Nextcloud version is included into the latest Nextcloud-aio version. And I wonder if it would make sense to get the different version numbering a little bit closer together. Something link (just an example): 1104-3401 This would represent 1104 for the nextcloud-aio version (11 as the major version and 04 as the subversion) and the same for nextlcoud (34 major version and 01 as subversion). Does this make sense to anybody? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, AIO follows semantic versioning for itself and all of its components. See https://semver.org/. Also, I am not sure if this makes sense as you can already retrieve the Nextcloud version from each changelog. See for example https://github.com/nextcloud/all-in-one/releases/tag/v11.4.0: |
Beta Was this translation helpful? Give feedback.
Hi, AIO follows semantic versioning for itself and all of its components. See https://semver.org/.
Also, I am not sure if this makes sense as you can already retrieve the Nextcloud version from each changelog. See for example https://github.com/nextcloud/all-in-one/releases/tag/v11.4.0: