Skip to content

Commit

Permalink
fix: Update label search regex in .release-it.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenaud committed May 13, 2024
1 parent f96523b commit bfe5777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-plugin-ecoindex/.release-it.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{
"file": "../docs/retype.yml",
"search": "label: ([0-9.a-zA-Z]+)",
"search": "label: ([0-9.a-zA-Z-]+)",
"replace": "label: {{version}}"
}
]
Expand Down

0 comments on commit bfe5777

Please sign in to comment.