Skip to content

Commit

Permalink
fix: adjusted drover output to have a version field set to "0.0.0-dev…
Browse files Browse the repository at this point in the history
…elopment" for semantic release
  • Loading branch information
GarthDB committed Jun 15, 2022
1 parent d6b64a3 commit 412c755
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/drover-json-formatter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const helpers = require("./helper-functions.js");
const initial = {
drover: {
system: "Spectrum",
version: "11.7.0",
version: "0.0.0-development",
KEYS: {
DIMENSION_LAYOUT_TOKENS: "layoutTokens",
DIMENSION_COMPONENT_LAYOUT_TOKENS: "componentLayoutTokens",
Expand Down
2 changes: 1 addition & 1 deletion tests/expected/drover-prefix.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"drover": {
"system": "Spectrum",
"version": "11.7.0",
"version": "0.0.0-development",
"KEYS": {
"DIMENSION_LAYOUT_TOKENS": "layoutTokens",
"DIMENSION_COMPONENT_LAYOUT_TOKENS": "componentLayoutTokens",
Expand Down
2 changes: 1 addition & 1 deletion tests/expected/drover.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"drover": {
"system": "Spectrum",
"version": "11.7.0",
"version": "0.0.0-development",
"KEYS": {
"DIMENSION_LAYOUT_TOKENS": "layoutTokens",
"DIMENSION_COMPONENT_LAYOUT_TOKENS": "componentLayoutTokens",
Expand Down

0 comments on commit 412c755

Please sign in to comment.