chore: Bump app version to 1.1.0-dev.0 - #110
Open
moodyjmz wants to merge 2 commits into
Open
Conversation
The app version has stayed at the 1.0.0 skeleton default since the initial commit, across every branch and tag. Following the convention used by other shipped, non-appstore apps (e.g. text), mark the version in progress toward the next release as a -dev pre-release identifier; this gets dropped to a plain version once the release is finalized. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com>
Contributor
Author
|
/compile |
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The app version has stayed at the `1.0.0` skeleton default (in both `appinfo/info.xml` and `package.json`) since the initial commit, across every branch and tag.
Following the precedent set by other shipped, non-appstore apps (e.g. `text`), this bumps it to `1.1.0-dev.0` — a semver pre-release identifier marking it as in-progress toward the next real release. That gets dropped to a plain version once release is finalized, mirroring `text`'s own `X.Y.Z-dev.N` → `X.Y.Z` pattern through its beta/rc cycle.
Note: this only touches the app's own version metadata. It's decoupled from the `vX.Y.Z[beta|rc]` git tags on this repo, which track the Nextcloud server version instead (confirmed against `text`'s tag history — its `` field and git tags follow entirely independent numbering).
Reuse before you write: N/A, this is a version metadata bump only, no new logic.