@preapexis/pi-kit 1.1.1 → 1.1.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@preapexis/pi-kit",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Personal Pi coding-agent kit with safety extensions, status UI, prompt workflows, skills, and themes.",
5
5
  "keywords": [
6
6
  "pi-package",
@@ -135,7 +135,7 @@ try {
135
135
  run("git", ["commit", "-m", `"${message}"`]);
136
136
 
137
137
  if (shouldPublish && tag) {
138
- run("git", ["tag", tag]);
138
+ run("git", ["tag", "-a", tag, "-m", tag]);
139
139
  run("git", ["push", "--follow-tags"]);
140
140
  } else {
141
141
  run("git", ["push"]);