Skip to content

Commit

Permalink
yaml lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MSNev committed Mar 9, 2024
1 parent 6ff737a commit 586744d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .chloggen/device_app_lifecycle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ change_type: breaking
component: device.app.lifecycle

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Reformat and update the `device.app.lifecycle` event description adds constraints for the possible values of the `android.state` and `ios.state`.
note: >
Reformat and update the `device.app.lifecycle` event description adds constraints for the possible values of
the `android.state` and `ios.state`.
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
Expand All @@ -19,4 +21,6 @@ issues: [794]
# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: Removes the `ios.lifecycle.events` and `android.lifecycle.events` attributes from the global registry and adds constraints for the possible values of the `android.state` and `ios.state` attributes.
subtext: >
Removes the `ios.lifecycle.events` and `android.lifecycle.events` attributes from the global registry and adds
constraints for the possible values of the `android.state` and `ios.state` attributes.

0 comments on commit 586744d

Please sign in to comment.