Skip to content

Commit

Permalink
Release version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Feb 16, 2022
1 parent 6b696e2 commit 28121e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ endif
release: test version
@echo "Next version: ${NEXT_VERSION}"
@sed -E -e "s/rev: v${CURRENT}/rev: v${NEXT_VERSION}/" -i '' README.md
@sed -E -e "s/VERSION = ${CURRENT}/VERSION = ${NEXT_VERSION}/" -i '' pre_commit_text/__init__.py
@sed -E -e "s/${CURRENT}/${NEXT_VERSION}/" -i '' pre_commit_text/__init__.py
@git add README.md pre_commit_text/__init__.py
git commit -m "Release version ${NEXT_VERSION}" && git tag "v${NEXT_VERSION}"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ A collection of git hooks for use with the [pre-commit](https://github.com/pre-c
Add this to your `.pre-commit-config.yaml`:
```
- repo: https://github.com/boidolr/pre-commit-text
rev: v1.0.1 # Use the ref you want to point at
rev: v1.0.2 # Use the ref you want to point at
hooks:
- id: pretty-format-yaml
- id: replace-tabs
Expand Down
2 changes: 1 addition & 1 deletion pre_commit_text/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = "1.0.0"
VERSION = "1.0.2"

0 comments on commit 28121e2

Please sign in to comment.