Closed maxwellmlin closed 2 months ago
A unique version must be specified in an extension's package.json to publish it.
version
package.json
This PR adds a new --version (-v) flag to foxglove.py that sets the version used for publishing. If no version is specified, the short commit hash of HEAD is used.
--version
-v
foxglove.py
A unique
version
must be specified in an extension'spackage.json
to publish it.This PR adds a new
--version
(-v
) flag tofoxglove.py
that sets the version used for publishing. If no version is specified, the short commit hash of HEAD is used.