Source code

Revision control

Copy as Markdown

Other Tools

# Version of this schema
schema: 1
bugzilla:
# Bugzilla product and component for this directory and subdirectories
product: Firefox
component: General
# Document the source of externally hosted code
origin:
# Short name of the package/library
name: prosemirror-history
description: Undo history for ProseMirror
# Full URL for the package's homepage/etc
# Usually different from repository url
url: https://prosemirror.net/
# Human-readable identifier for this version/release
# Generally "version NNN", "tag SSS", "bookmark SSS"
release: 1.5.0 (2025-11-13T08:22:24+01:00).
# Revision to pull in
# Must be a long or short commit SHA (long preferred) or a tag
revision: 1.5.0
# The package's license, where possible using the mnemonic from
# Multiple licenses can be specified (as a YAML list)
# A "LICENSE" file must exist containing the full license text
license: MIT
# If the package's license is specified in a particular file,
# this is the name of the file.
# optional
license-file: LICENSE
# Configuration for the automated vendoring system.
# optional
vendoring:
# Repository URL to vendor from
# Any repository host can be specified here, however initially we'll only
# support automated vendoring from selected sources.
url: https://github.com/ProseMirror/prosemirror-history
# Type of hosting for the upstream repository
# Valid values are 'gitlab', 'github', googlesource
source-hosting: github
# Whether to track by commit or tag
tracking: tag
exclude:
- "**"
include:
- LICENSE
- src/
- package.json