Skip to content

Commit

Permalink
maintenance release with updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ScholliYT committed Jan 30, 2024
1 parent 523f9fd commit b3fb123
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
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 = "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 <dev@tomstein.me>"]
license = "MIT"
Expand Down

0 comments on commit b3fb123

Please sign in to comment.