setup-git-repo 1.0.8 → 1.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -101,5 +101,5 @@ Its `.gitignore` is stored as `gitignore`, without the dot, because npm strips
101
101
 
102
102
  ## Related skills
103
103
 
104
- - [`ask-github-actions-setup`](../../skills/ask-github-actions-setup/SKILL.md) — the workflows: what each needs, how each fails
105
- - [`ask-git-badges`](../../skills/ask-git-badges/SKILL.md) — the badge block: every badge's setup and failure modes
104
+ - [`github-actions-setup`](../../skills/github-actions-setup/SKILL.md) — the workflows: what each needs, how each fails
105
+ - [`git-badges`](../../skills/git-badges/SKILL.md) — the badge block: every badge's setup and failure modes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "setup-git-repo",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "One command to set up a GitHub repo: Turborepo, CI workflows, README badges, and the docs for each",
5
5
  "type": "module",
6
6
  "bin": {