Skip to content

Commit

Permalink
chore: remove false deprecation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yankeguo committed Jul 18, 2024
1 parent b71d7cf commit 851f3f4
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
25 changes: 25 additions & 0 deletions cog.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
from_latest_tag = false
ignore_merge_commits = false
disable_changelog = false
disable_bump_commit = false
generate_mono_repository_global_tag = true
branch_whitelist = []
skip_ci = "[skip ci]"
skip_untracked = false
pre_bump_hooks = []
post_bump_hooks = []
pre_package_bump_hooks = []
post_package_bump_hooks = []
tag_prefix = "v"

[git_hooks]

[commit_types]

[changelog]
path = "CHANGELOG.md"
authors = []

[bump_profiles]

[packages]
1 change: 0 additions & 1 deletion guard.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ func WithContext(ctx context.Context) Option {
}

// Guard recover from panic and set err
// Deprecated use GuardWithContext
func Guard(err *error, opts ...Option) {
_opts := options{}
for _, opt := range opts {
Expand Down

0 comments on commit 851f3f4

Please sign in to comment.