Skip to content

Commit 4366f7e

Browse files
committed
Bump version to v2.2.9
1 parent 9296cfe commit 4366f7e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ The npm publish workflow only runs for semantic version tags (`v*.*.*`) or when
226226
git push origin v2.3.0
227227
```
228228
3. Pushing the tag automatically triggers the `Publish Package` GitHub Action, which builds and publishes to npm if the tag matches `package.json`.
229-
4. If you need to re-run the publish step without pushing a new tag, use **Run workflow** in the Actions tab, select *Publish Package*, and supply the tag name (e.g., `v2.3.0`) as the `release_tag` input.
229+
4. If you need to re-run the publish step without pushing a new tag, use **Run workflow** in the Actions tab, select _Publish Package_, and supply the tag name (e.g., `v2.3.0`) as the `release_tag` input.
230230

231231
> Tags are required—pushing to `main` alone will not publish a new version.
232232

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "repo2pdf",
3-
"version": "2.2.8",
3+
"version": "2.2.9",
44
"description": "A CLI tool for generating a PDF document from a GitHub repository",
55
"main": "dist/clone.js",
66
"bin": {
@@ -83,4 +83,4 @@
8383
"@types/strip-comments": "^2.0.1",
8484
"typescript": "^5.1.3"
8585
}
86-
}
86+
}

0 commit comments

Comments
 (0)