Skip to content

Commit

Permalink
Add release info to prql-macros crate (#846) (#847)
Browse files Browse the repository at this point in the history
We don't publish this separately; `cargo-release` needs this info
  • Loading branch information
max-sixty committed Jul 25, 2022
1 parent e4bfbbb commit 8db764d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prql-js/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tag-name = "{{version}}"
tag-prefix = ""

[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "package.json"
replace = ' "version": "{{version}}"'
search = ' "version": "[\d\.]*"'
search = ' "version": "(\d+\.\d+\.\d+)"'

0 comments on commit 8db764d

Please sign in to comment.