gh-manager-cli 1.35.0 → 1.35.1

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.35.1](https://github.com/wiiiimm/gh-manager-cli/compare/v1.35.0...v1.35.1) (2025-09-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * restructure workflow to build after version commit ([0fcba46](https://github.com/wiiiimm/gh-manager-cli/commit/0fcba46039982209e78bab285e205adc96e27c9e))
7
+
1
8
  # [1.35.0](https://github.com/wiiiimm/gh-manager-cli/compare/v1.34.0...v1.35.0) (2025-09-09)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -34,7 +34,7 @@ var require_package = __commonJS({
34
34
  "package.json"(exports, module) {
35
35
  module.exports = {
36
36
  name: "gh-manager-cli",
37
- version: "1.35.0",
37
+ version: "1.35.1",
38
38
  private: false,
39
39
  description: "TUI terminal app to manage GitHub repos. Clean up your account in 5 minutes. Archive, delete, rename repos with keyboard shortcuts. Alternative to clicking through github.com",
40
40
  license: "MIT",
@@ -143,28 +143,6 @@ var require_package = __commonJS({
143
143
  ],
144
144
  message: "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
145
145
  }
146
- ],
147
- [
148
- "@semantic-release/github",
149
- {
150
- assets: [
151
- {
152
- path: "binaries/gh-manager-cli-linux-x64/gh-manager-cli-linux-x64",
153
- name: "gh-manager-cli-linux-x64",
154
- label: "Linux x64 Binary"
155
- },
156
- {
157
- path: "binaries/gh-manager-cli-macos-x64/gh-manager-cli-macos-x64",
158
- name: "gh-manager-cli-macos-x64",
159
- label: "macOS x64 Binary"
160
- },
161
- {
162
- path: "binaries/gh-manager-cli-windows-x64/gh-manager-cli-windows-x64.exe",
163
- name: "gh-manager-cli-windows-x64.exe",
164
- label: "Windows x64 Binary"
165
- }
166
- ]
167
- }
168
146
  ]
169
147
  ]
170
148
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gh-manager-cli",
3
- "version": "1.35.0",
3
+ "version": "1.35.1",
4
4
  "private": false,
5
5
  "description": "TUI terminal app to manage GitHub repos. Clean up your account in 5 minutes. Archive, delete, rename repos with keyboard shortcuts. Alternative to clicking through github.com",
6
6
  "license": "MIT",
@@ -109,28 +109,6 @@
109
109
  ],
110
110
  "message": "chore(release): ${nextRelease.version}\n\n${nextRelease.notes}"
111
111
  }
112
- ],
113
- [
114
- "@semantic-release/github",
115
- {
116
- "assets": [
117
- {
118
- "path": "binaries/gh-manager-cli-linux-x64/gh-manager-cli-linux-x64",
119
- "name": "gh-manager-cli-linux-x64",
120
- "label": "Linux x64 Binary"
121
- },
122
- {
123
- "path": "binaries/gh-manager-cli-macos-x64/gh-manager-cli-macos-x64",
124
- "name": "gh-manager-cli-macos-x64",
125
- "label": "macOS x64 Binary"
126
- },
127
- {
128
- "path": "binaries/gh-manager-cli-windows-x64/gh-manager-cli-windows-x64.exe",
129
- "name": "gh-manager-cli-windows-x64.exe",
130
- "label": "Windows x64 Binary"
131
- }
132
- ]
133
- }
134
112
  ]
135
113
  ]
136
114
  }