Skip to content

Commit

Permalink
Merge pull request #151 from jerus-org/one-response
Browse files Browse the repository at this point in the history
chore: add search that yields only one response
  • Loading branch information
jerusdp authored Jun 12, 2024
2 parents 9b15d86 + f631f97 commit 0bbced4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed

- chore-add exactly 1 to replace(pr [#150](https://github.com/jerus-org/pcu/pull/150))
- chore-add search that yields only one response(pr [#151](https://github.com/jerus-org/pcu/pull/151))

## [0.1.1] - 2024-06-12

Expand Down
3 changes: 2 additions & 1 deletion release.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ sign-commit = true
consolidate-commits = true
allow-branch = ["main"]
pre-release-replacements = [
{ file = "CHANGELOG.md", search = "[Unreleased]", replace = "[{{version}}] - {{date}}", exactly = 1 },
{ file = "CHANGELOG.md", search = "## \\[Unreleased\\]", replace = "## [{{version}}] - {{date}}", exactly = 1 },
{ file = "CHANGELOG.md", search = "\\[Unreleased\\]:", replace = "[{{version}}]:", exactly = 1 },
{ file = "CHANGELOG.md", search = "\\.\\.\\.HEAD", replace = "...{{tag_name}}", exactly = 1 },
]

0 comments on commit 0bbced4

Please sign in to comment.