Skip to content

Commit

Permalink
Release 1.16.0 (#280)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <actions@github.com>
  • Loading branch information
github-actions[bot] and actions-user committed Sep 12, 2023
1 parent 7a82a9f commit 7ac5878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ inputs:
required: false
runs:
using: docker
image: docker://ghcr.io/juliaregistries/tagbot:1.15.0
image: docker://ghcr.io/juliaregistries/tagbot:1.16.0
branding:
icon: tag
color: red
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tagbot"
version = "1.15.0"
version = "1.16.0"
description = "Creates tags, releases, and changelogs for your Julia packages when they're registered"
authors = ["Chris de Graaf <me@cdg.dev>"]
license = "MIT"
Expand Down

0 comments on commit 7ac5878

Please sign in to comment.