Skip to content

Commit

Permalink
Improve Release Process (#625)
Browse files Browse the repository at this point in the history
* Install local copy of detect-secrets to fix deploying irrespective of env setup:

* Update changelog
  • Loading branch information
jpdakran authored Oct 4, 2022
1 parent df38946 commit a293056
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup

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

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

### v1.3.0
##### July 22nd, 2022
Expand Down
3 changes: 3 additions & 0 deletions scripts/bump-version
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ function installDependency() {
# NOTE: We don't specify this in requirements-dev-minimal, since not all developers need
# to bump the version.
venv/bin/pip install bump2version
# Install local version of detect-secrets since when performing a commit, the pre-commit
# hook detect-secrets version (old) will be out of sync with the .secrets.baseline version (new)
venv/bin/pip install -e .
}

function setVersion() {
Expand Down

0 comments on commit a293056

Please sign in to comment.