Skip to content

Commit

Permalink
chore: release 1.10.0 (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeckwithRobot authored Dec 23, 2021
1 parent a6c5f5f commit e07b0c7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.10.0](https://www.github.com/JustinBeckwith/linkinator-action/compare/v1.9.2...v1.10.0) (2021-12-23)


### Features

* switch to linkinator 3 and esm ([#117](https://www.github.com/JustinBeckwith/linkinator-action/issues/117)) ([a6c5f5f](https://www.github.com/JustinBeckwith/linkinator-action/commit/a6c5f5fdb2a4e14d3669f194ecbe7005b2caa6d2))

### [1.9.2](https://www.github.com/JustinBeckwith/linkinator-action/compare/v1.9.1...v1.9.2) (2021-12-17)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linkinator-action",
"version": "1.9.2",
"version": "1.10.0",
"description": "A GitHub Action that checks your README and other markdown for 404s.",
"main": "dist/index.js",
"scripts": {
Expand Down

2 comments on commit e07b0c7

@XhmikosR
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JustinBeckwith it seems there's a small bug in the release actions:

image

Shouldn't the released tags just be v1.10.0 and v1?

@JustinBeckwith
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope - that's actually the intent :) release-please auto-creates tags for patch, minor, and major releases. So a release of v1.10.0 will update the v1 tag to latest, cut a new v1.10 for people that want to pin to minor, and cut a v1.10.0 for folks that want to pin to the current version.

Please sign in to comment.