Skip to content

Commit a293056

Browse files
authored
Improve Release Process (Yelp#625)
* Install local copy of detect-secrets to fix deploying irrespective of env setup: * Update changelog
1 parent df38946 commit a293056

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
4747

4848
#### :bug: Bugfixes
4949
- Fixed the verify flow in audit report by adding the code snippet of the verified secret ([#620])
50+
- Fixed deploy process to be environment configuration independent ([#625])
5051

5152
#### :snake: Miscellaneous
5253
- Added support for .NET packages.lock.json files in the heuristic filter ([#593])
@@ -63,6 +64,7 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
6364
[#616]: https://github.com/Yelp/detect-secrets/pull/616
6465
[#619]: https://github.com/Yelp/detect-secrets/pull/619
6566
[#620]: https://github.com/Yelp/detect-secrets/pull/620
67+
[#625]: https://github.com/Yelp/detect-secrets/pull/625
6668

6769
### v1.3.0
6870
##### July 22nd, 2022

scripts/bump-version

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ function installDependency() {
7979
# NOTE: We don't specify this in requirements-dev-minimal, since not all developers need
8080
# to bump the version.
8181
venv/bin/pip install bump2version
82+
# Install local version of detect-secrets since when performing a commit, the pre-commit
83+
# hook detect-secrets version (old) will be out of sync with the .secrets.baseline version (new)
84+
venv/bin/pip install -e .
8285
}
8386

8487
function setVersion() {

0 commit comments

Comments
 (0)