minos-codex 0.0.32

Minos Codex is a tool for detecting and identifying secrets in a string
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
.PHONY: bump_patch bump_minor bump_major

RELEASE_SCRIPT = ./release.sh

bump_patch:
	@$(RELEASE_SCRIPT) bump_patch

bump_minor:
	@$(RELEASE_SCRIPT) bump_minor

bump_major:
	@$(RELEASE_SCRIPT) bump_major