From b3fb123879e5a6a854d6fda5c33df2d94d41092c Mon Sep 17 00:00:00 2001 From: Tom Stein Date: Tue, 30 Jan 2024 01:19:48 +0100 Subject: [PATCH] maintenance release with updated dependencies --- README.md | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c170665..53901fd 100644 --- a/README.md +++ b/README.md @@ -198,6 +198,7 @@ Mutation testing changes the real code (creating a 'mutant') and runs all the te ### Releasing a new version +- Update version number in pyproject.toml - Publish a new release with an incremented version number on GitHub - Update all tags to the new release (latest, v3 ...) - git tag -d v3 diff --git a/pyproject.toml b/pyproject.toml index f73f9cf..22fdc2a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "broken-links-crawler-action" -version = "3.1.1" +version = "3.3.1" description = "GitHub Action to check a website for broken links" authors = ["Tom Stein "] license = "MIT"