Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "uphold"
version = "1.0.0"
version = "1.1.0"
edition = "2021"
# 1.88, not 1.85: the ripgrep stack this crate embeds -- globset 0.4.20 and
# ignore 0.4.33 in Cargo.lock -- refuses anything older. The 1.85 that stood here
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ bootstraps).
default_install_hook_types: [pre-commit, commit-msg, pre-merge-commit, pre-push]
repos:
- repo: https://github.com/HackingGate/uphold
rev: v1.0.0
rev: v1.1.0
hooks:
- id: uphold-check # the claims still hold
- id: uphold-scan # the content policy
Expand All @@ -48,13 +48,13 @@ the binary must be on PATH.
# lefthook.yml
remotes:
- git_url: https://github.com/HackingGate/uphold
ref: v1.0.0
ref: v1.1.0
configs:
- hooks/lefthook.yml
```

```sh
cargo install --git https://github.com/HackingGate/uphold --tag v1.0.0
cargo install --git https://github.com/HackingGate/uphold --tag v1.1.0
```

## Declare what enforces what
Expand Down
4 changes: 2 additions & 2 deletions hooks/lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# # lefthook.yml, in the consuming repository
# remotes:
# - git_url: https://github.com/HackingGate/uphold
# ref: v1.0.0
# ref: v1.1.0
# configs:
# - hooks/lefthook.yml
#
Expand All @@ -21,7 +21,7 @@
# their manifest contract; lefthook runs commands and has no such contract, so
# `uphold` must be on PATH:
#
# cargo install --git https://github.com/HackingGate/uphold --tag v1.0.0
# cargo install --git https://github.com/HackingGate/uphold --tag v1.1.0
#
# The names below are prefixed `uphold-` on purpose. A remote config is
# merged into the consumer's own, and two commands sharing a name under one hook
Expand Down
Loading