fix: ensure correct tag value type in flatpak manifest#466
Merged
Conversation
Fixes the following type of warnings, that local builds and CI runs both emit: ``` ** (flatpak-builder:553): WARNING **: 08:03:36.881: 132:14: '2.17' will be parsed as a number by many YAML parsers ``` See the last occurence of this warning in the CI: https://github.com/gonicus/gonnect/actions/runs/25786376705/job/75740691679 Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
tag value type in flatpak manifesttag value type in flatpak manifest
Mik-
approved these changes
May 18, 2026
Collaborator
|
@Ferenc- thanks for the fix, appreciate it. |
Contributor
Author
|
@Mik- Should I raise a PR for the flathub repo as well? |
Collaborator
|
@Ferenc- Thx, you don't need to raise a PR on the flathub repo. I will fix it on the next beta or release. |
Mik-
pushed a commit
that referenced
this pull request
May 20, 2026
Fixes the following type of warnings, that local builds and CI runs both emit: ``` ** (flatpak-builder:553): WARNING **: 08:03:36.881: 132:14: '2.17' will be parsed as a number by many YAML parsers ``` See the last occurence of this warning in the CI: https://github.com/gonicus/gonnect/actions/runs/25786376705/job/75740691679 Signed-off-by: Ferenc Géczi <ferenc.gm@gmail.com>
semantic-release-tokenizer Bot
pushed a commit
that referenced
this pull request
May 20, 2026
# [2.2.0-beta.7](v2.2.0-beta.6...v2.2.0-beta.7) (2026-05-20) ### Bug Fixes * do not show favorites in "most called" list ([#456](#456)) ([8ee676d](8ee676d)) * Ensure correct `tag` value type in flatpak manifest ([#466](#466)) ([3c5412a](3c5412a)) * **ui:** do not treat room names beginning with digits as phone numbers ([#461](#461)) ([75ed3f2](75ed3f2)) ### Features * add template for 1&1 ([#465](#465)) ([865fcd9](865fcd9)) * ical rrule parsing optimization ([#457](#457)) ([c46f066](c46f066)) * rtt ui integration ([#443](#443)) ([62d48f3](62d48f3)) * windows signing ([#462](#462)) ([f7dd63a](f7dd63a))
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.
Fixes the following type of warnings,
that local builds and CI runs both emit:
See the last occurence of this warning in the CI:
https://github.com/gonicus/gonnect/actions/runs/25786376705/job/75740691679