@edcalderon/versioning 1.4.5 → 1.4.6
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 +92 -243
- package/README.md +11 -44
- package/dist/extensions/readme-maintainer/index.d.ts +12 -0
- package/dist/extensions/readme-maintainer/index.js +186 -0
- package/package.json +4 -3
- package/CHANGELOG.md.backup +0 -273
package/CHANGELOG.md
CHANGED
|
@@ -1,273 +1,122 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* add force-static export to API routes for static export compatibility ([6333e2d](https://github.com/edcalderon/my-second-brain/commit/6333e2d2b3ae149b5b893520271e7a0e171bace8))
|
|
7
|
-
* add search method to supermemory wrapper ([75f646a](https://github.com/edcalderon/my-second-brain/commit/75f646a377ee96a2ef66e9225b003ef19e25277e))
|
|
8
|
-
* change Next.js output to export for static GitHub Pages deployment ([c94fded](https://github.com/edcalderon/my-second-brain/commit/c94fdedda9b311b1aae27ddce4b2c9bb6083b325))
|
|
9
|
-
* lazy-load supermemory to allow builds without API key ([6892009](https://github.com/edcalderon/my-second-brain/commit/68920097e9aeabe76d8a08e45d96837ba009f32d))
|
|
10
|
-
* make environment variable check optional in deploy-web workflow ([e6cb9b0](https://github.com/edcalderon/my-second-brain/commit/e6cb9b0873fc9244fbc104f2bb832056e1ffd44c))
|
|
11
|
-
* pin pnpm version to 8.15.9 in GitHub Actions workflows for lockfile compatibility ([3a8538e](https://github.com/edcalderon/my-second-brain/commit/3a8538e3e2f84f21b4ad98d2c878eac8e6c065f7))
|
|
12
|
-
* relax pnpm version requirement to >=8.0.0 for CI compatibility ([9aa90ac](https://github.com/edcalderon/my-second-brain/commit/9aa90acc92b62debd0e0e840a493d30e71821b38))
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* **gcp-functions:** Implement automated GitHub daily screenshot and tweet ([b3366d4](https://github.com/edcalderon/my-second-brain/commit/b3366d4a13858ae2702f9f4cd16216a41f650a83))
|
|
18
|
-
* **versioning:** reentry status roadmap layer (v1.1.0) ([f6e94e5](https://github.com/edcalderon/my-second-brain/commit/f6e94e5dfc1fdd386d4ae9612c083155a2c803e8))
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
# [1.1.0](https://github.com/edcalderon/my-second-brain/compare/v1.1.4...v1.1.0) (2026-02-12)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* add force-static export to API routes for static export compatibility ([6333e2d](https://github.com/edcalderon/my-second-brain/commit/6333e2d2b3ae149b5b893520271e7a0e171bace8))
|
|
30
|
-
* add search method to supermemory wrapper ([75f646a](https://github.com/edcalderon/my-second-brain/commit/75f646a377ee96a2ef66e9225b003ef19e25277e))
|
|
31
|
-
* change Next.js output to export for static GitHub Pages deployment ([c94fded](https://github.com/edcalderon/my-second-brain/commit/c94fdedda9b311b1aae27ddce4b2c9bb6083b325))
|
|
32
|
-
* lazy-load supermemory to allow builds without API key ([6892009](https://github.com/edcalderon/my-second-brain/commit/68920097e9aeabe76d8a08e45d96837ba009f32d))
|
|
33
|
-
* make environment variable check optional in deploy-web workflow ([e6cb9b0](https://github.com/edcalderon/my-second-brain/commit/e6cb9b0873fc9244fbc104f2bb832056e1ffd44c))
|
|
34
|
-
* pin pnpm version to 8.15.9 in GitHub Actions workflows for lockfile compatibility ([3a8538e](https://github.com/edcalderon/my-second-brain/commit/3a8538e3e2f84f21b4ad98d2c878eac8e6c065f7))
|
|
35
|
-
* relax pnpm version requirement to >=8.0.0 for CI compatibility ([9aa90ac](https://github.com/edcalderon/my-second-brain/commit/9aa90acc92b62debd0e0e840a493d30e71821b38))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
* **gcp-functions:** Implement automated GitHub daily screenshot and tweet ([b3366d4](https://github.com/edcalderon/my-second-brain/commit/b3366d4a13858ae2702f9f4cd16216a41f650a83))
|
|
41
|
-
* **versioning:** reentry status roadmap layer (v1.1.0) ([f6e94e5](https://github.com/edcalderon/my-second-brain/commit/f6e94e5dfc1fdd386d4ae9612c083155a2c803e8))
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## [1.0.11](https://github.com/edcalderon/my-second-brain/compare/v1.0.10...v1.0.11) (2026-01-02)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## [1.0.10](https://github.com/edcalderon/my-second-brain/compare/v1.0.9...v1.0.10) (2026-01-02)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## [1.0.9](https://github.com/edcalderon/my-second-brain/compare/v1.0.8...v1.0.9) (2026-01-02)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## 1.0.8 (2026-01-02)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### Bug Fixes
|
|
69
|
-
|
|
70
|
-
* add permissions for GitHub release creation ([4f719a3](https://github.com/edcalderon/my-second-brain/commit/4f719a35de25644ad05115b2e98f772c403f4967))
|
|
71
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
72
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
73
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
74
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
75
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
76
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
77
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
78
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
79
|
-
* update workflow to handle version update correctly ([3ec67bc](https://github.com/edcalderon/my-second-brain/commit/3ec67bc0632404dd4e10b760daa57f1eb9fe8fa4))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
* add build provenance attestation ([9fdc02d](https://github.com/edcalderon/my-second-brain/commit/9fdc02da4ed8d313de965162302baa0b792040dd))
|
|
85
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
86
|
-
* add NPM publishing extension and update workflow ([dd501b2](https://github.com/edcalderon/my-second-brain/commit/dd501b2fc7e5b95df92d1c7b636b81ef3c04500f))
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## 1.0.7 (2026-01-01)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Bug Fixes
|
|
96
|
-
|
|
97
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
98
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
99
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
100
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
101
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
102
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
103
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
104
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## 1.0.7 (2026-01-01)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
120
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
121
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
122
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
123
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
124
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
125
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
126
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
127
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Features
|
|
131
|
-
|
|
132
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## 1.0.6 (2026-01-01)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
144
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
145
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
146
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
147
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
148
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
149
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
150
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Features
|
|
154
|
-
|
|
155
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## 1.0.6 (2026-01-01)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### Bug Fixes
|
|
165
|
-
|
|
166
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
167
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
168
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
169
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
170
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
171
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
172
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
173
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## 1.0.5 (2026-01-01)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### Bug Fixes
|
|
188
|
-
|
|
189
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
190
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
191
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
192
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
193
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
194
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
195
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
196
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Features
|
|
200
|
-
|
|
201
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
202
|
-
|
|
203
|
-
|
|
1
|
+
# Changelog
|
|
204
2
|
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
205
4
|
|
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
|
+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
206
7
|
|
|
207
|
-
## 1.
|
|
8
|
+
## [1.4.6](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-03-01)
|
|
208
9
|
|
|
10
|
+
### Added
|
|
11
|
+
- 🔧 `readme-maintainer` extension (`versioning update-readme`) — auto-updates README with the latest CHANGELOG entry
|
|
12
|
+
- 🎯 Uses `package.json` version as authoritative source; falls back to highest semver in CHANGELOG
|
|
13
|
+
- 📂 Logs resolved paths for transparency
|
|
14
|
+
- 📝 `update-readme` script added to all packages and apps
|
|
209
15
|
|
|
210
|
-
###
|
|
16
|
+
### Fixed
|
|
17
|
+
- 🐛 Fixed README updater picking wrong version from malformed/misordered CHANGELOGs
|
|
18
|
+
- 🐛 Fixed `@ed/auth` → `@edcalderon/auth` import in `apps/dashboard`
|
|
211
19
|
|
|
212
|
-
|
|
213
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
214
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
215
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
216
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
217
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
218
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
219
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
20
|
+
## [1.4.5](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-02-13)
|
|
220
21
|
|
|
22
|
+
### Fixed
|
|
23
|
+
- 📝 Corrected extension version listing in documentation to reflect actual per-extension versions
|
|
24
|
+
- 🔧 Improved version tracking accuracy for extensions
|
|
221
25
|
|
|
222
|
-
|
|
26
|
+
## [1.4.4](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-02-13)
|
|
223
27
|
|
|
224
|
-
|
|
28
|
+
### Changed
|
|
29
|
+
- 📝 Added pre-commit linter to ensure README updates with version changes
|
|
30
|
+
- 🔧 Improved documentation maintenance workflow
|
|
225
31
|
|
|
32
|
+
## [1.4.3](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-02-13)
|
|
226
33
|
|
|
34
|
+
### Added
|
|
35
|
+
- 🔧 Added extension manager for centralized extension handling
|
|
36
|
+
- 📝 Added CHANGELOG files for all extensions
|
|
37
|
+
- 🔄 Updated CLI and sample extension with new features
|
|
227
38
|
|
|
39
|
+
## [1.4.2](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-02-13)
|
|
228
40
|
|
|
41
|
+
### Fixed
|
|
42
|
+
- 🐛 Fix pnpm audit vulnerabilities with override configuration
|
|
43
|
+
- 🔧 Improve error handling in StatusManager
|
|
44
|
+
- 📝 Add comprehensive documentation with badges
|
|
45
|
+
- 🔗 Add direct GitHub repository links in docs
|
|
46
|
+
- 📊 Enhanced status command formatting and error messages
|
|
229
47
|
|
|
230
|
-
## 1.
|
|
48
|
+
## [1.4.1](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-02-13)
|
|
231
49
|
|
|
50
|
+
### Added
|
|
51
|
+
- ✨ New `versioning status` (aliased as `info`) command for health reporting
|
|
52
|
+
- 📈 Sync status across all apps and packages with detailed reporting
|
|
53
|
+
- 🎯 Support `--json` and `--dot` (Graphviz) output formats
|
|
54
|
+
- 🔍 Environment health checks (Node.js, pnpm, Git)
|
|
55
|
+
- 🎬 Last release info with suggested next version
|
|
232
56
|
|
|
233
|
-
|
|
57
|
+
## [1.4.0](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-02-12)
|
|
234
58
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
239
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
240
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
241
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
242
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
59
|
+
### Added
|
|
60
|
+
- ✨ Reentry status roadmap layer extension (v1.1.0)
|
|
61
|
+
- ✨ Automated GitHub daily screenshot and tweet (gcp-functions)
|
|
243
62
|
|
|
63
|
+
### Fixed
|
|
64
|
+
- 🐛 Add force-static export to API routes for static export compatibility
|
|
65
|
+
- 🐛 Add search method to supermemory wrapper
|
|
66
|
+
- 🐛 Change Next.js output to export for static GitHub Pages deployment
|
|
67
|
+
- 🐛 Lazy-load supermemory to allow builds without API key
|
|
68
|
+
- 🐛 Make environment variable check optional in deploy-web workflow
|
|
69
|
+
- 🐛 Pin pnpm version to 8.15.9 in GitHub Actions workflows for lockfile compatibility
|
|
70
|
+
- 🐛 Relax pnpm version requirement to >=8.0.0 for CI compatibility
|
|
244
71
|
|
|
245
|
-
|
|
72
|
+
## [1.3.0](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-02-13)
|
|
246
73
|
|
|
247
|
-
|
|
74
|
+
### Added
|
|
75
|
+
- ✨ Extension system with secrets-check, cleanup-repo, lifecycle-hooks, npm-publish, reentry-status extensions
|
|
76
|
+
- 🧩 Configurable extension manager via versioning.config.json
|
|
77
|
+
- 📝 Comprehensive USAGE.md and examples
|
|
248
78
|
|
|
79
|
+
## [1.2.0](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-01-15)
|
|
249
80
|
|
|
81
|
+
### Added
|
|
82
|
+
- ✨ Branch-aware versioning (`--branch-aware`, `--force-branch-aware`, `--format`, `--build`)
|
|
83
|
+
- 🌿 Branch rules in `versioning.config.json` with `feature/*`, `hotfix/*`, `develop`, `main` support
|
|
84
|
+
- 📝 USAGE.md with comprehensive examples
|
|
250
85
|
|
|
86
|
+
## [1.1.0](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-01-10)
|
|
251
87
|
|
|
88
|
+
### Added
|
|
89
|
+
- ✨ `versioning patch`, `versioning minor`, `versioning major` shorthand commands
|
|
90
|
+
- ✨ `versioning release <version>` custom version command
|
|
91
|
+
- ✨ NPM publish extension with 2FA/OTP support and local registry support
|
|
92
|
+
- 🔄 Version synchronization across monorepo packages
|
|
252
93
|
|
|
253
|
-
|
|
94
|
+
## [1.0.8](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-01-02)
|
|
254
95
|
|
|
255
|
-
|
|
96
|
+
### Fixed
|
|
97
|
+
- 🐛 Add permissions for GitHub release creation
|
|
98
|
+
- 🐛 Add publishConfig to explicitly set package as public
|
|
99
|
+
- 🐛 Change package name to @edcalderon/versioning
|
|
100
|
+
- 🐛 Correct tag existence check logic in create-tag.js
|
|
101
|
+
- 🐛 Update GitHub release action to use modern softprops/action-gh-release
|
|
102
|
+
- 🐛 Update repository URL in versioning package.json
|
|
256
103
|
|
|
257
|
-
|
|
258
|
-
|
|
104
|
+
### Added
|
|
105
|
+
- ✨ Add build provenance attestation
|
|
106
|
+
- ✨ Add comprehensive versioning package with CLI, changelog, and NPM publishing
|
|
107
|
+
- ✨ Add NPM publishing extension and update workflow
|
|
259
108
|
|
|
260
|
-
## [1.0.0]
|
|
109
|
+
## [1.0.0](https://github.com/edcalderon/my-second-brain/tree/main/packages/versioning) (2026-01-01)
|
|
261
110
|
|
|
262
111
|
### Added
|
|
263
|
-
- Initial release of @edcalderon/versioning
|
|
264
|
-
- Comprehensive versioning and changelog management
|
|
265
|
-
- Support for both single repositories and monorepos
|
|
266
|
-
- CLI tool with multiple commands (patch, minor, major, release, bump, changelog, sync, validate, init)
|
|
267
|
-
- Conventional commits integration
|
|
268
|
-
- Git tagging and committing
|
|
269
|
-
- Version synchronization across packages
|
|
270
|
-
- Package selection for selective releases
|
|
271
|
-
- TypeScript support with full type safety
|
|
272
|
-
- Jest testing framework
|
|
273
|
-
- NPM publishable package structure
|
|
112
|
+
- ✨ Initial release of @edcalderon/versioning
|
|
113
|
+
- ✨ Comprehensive versioning and changelog management
|
|
114
|
+
- ✨ Support for both single repositories and monorepos
|
|
115
|
+
- ✨ CLI tool with multiple commands (patch, minor, major, release, bump, changelog, sync, validate, init)
|
|
116
|
+
- ✨ Conventional commits integration
|
|
117
|
+
- ✨ Git tagging and committing
|
|
118
|
+
- ✨ Version synchronization across packages
|
|
119
|
+
- ✨ Package selection for selective releases
|
|
120
|
+
- ✨ TypeScript support with full type safety
|
|
121
|
+
- ✨ Jest testing framework
|
|
122
|
+
- ✨ NPM publishable package structure
|
package/README.md
CHANGED
|
@@ -8,50 +8,17 @@ A comprehensive versioning and changelog management tool designed for monorepos
|
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
11
|
-
## 📋 Latest Changes (v1.4.
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
- `
|
|
15
|
-
- `
|
|
16
|
-
-
|
|
17
|
-
- `
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
- 📝 Corrected extension version listing in documentation to reflect actual per-extension versions
|
|
23
|
-
- 🔧 Improved version tracking accuracy for extensions
|
|
24
|
-
|
|
25
|
-
**From v1.4.3:**
|
|
26
|
-
- 📝 Added pre-commit linter to ensure README updates with version changes
|
|
27
|
-
- 🔧 Improved documentation maintenance workflow
|
|
28
|
-
|
|
29
|
-
**From v1.4.2:**
|
|
30
|
-
- 🔧 Added extension manager for centralized extension handling
|
|
31
|
-
- 📝 Added CHANGELOG files for all extensions
|
|
32
|
-
- 🔄 Updated CLI and sample extension with new features
|
|
33
|
-
|
|
34
|
-
**From v1.4.1:**
|
|
35
|
-
- 🐛 Fix pnpm audit vulnerabilities with override configuration
|
|
36
|
-
- 🔧 Improve error handling in StatusManager
|
|
37
|
-
- 📝 Add comprehensive documentation with badges
|
|
38
|
-
- 🔗 Add direct GitHub repository links in docs
|
|
39
|
-
- 📊 Enhanced status command formatting and error messages
|
|
40
|
-
|
|
41
|
-
**From v1.4.0:**
|
|
42
|
-
- ✨ New `versioning status` (aliased as `info`) command for health reporting
|
|
43
|
-
- 📈 Sync status across all apps and packages with detailed reporting
|
|
44
|
-
- 🎯 Support `--json` and `--dot` (Graphviz) output formats
|
|
45
|
-
- 🔍 Environment health checks (Node.js, pnpm, Git)
|
|
46
|
-
- 🎬 Last release info with suggested next version
|
|
47
|
-
|
|
48
|
-
**Quick Test:**
|
|
49
|
-
```bash
|
|
50
|
-
npm install -g @edcalderon/versioning@latest
|
|
51
|
-
versioning status
|
|
52
|
-
versioning status --json
|
|
53
|
-
versioning status --dot | dot -Tsvg > deps.svg
|
|
54
|
-
```
|
|
11
|
+
## 📋 Latest Changes (v1.4.6)
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- 🔧 `readme-maintainer` extension (`versioning update-readme`) — auto-updates README with the latest CHANGELOG entry
|
|
15
|
+
- 🎯 Uses `package.json` version as authoritative source; falls back to highest semver in CHANGELOG
|
|
16
|
+
- 📂 Logs resolved paths for transparency
|
|
17
|
+
- 📝 `update-readme` script added to all packages and apps
|
|
18
|
+
|
|
19
|
+
### Fixed
|
|
20
|
+
- 🐛 Fixed README updater picking wrong version from malformed/misordered CHANGELOGs
|
|
21
|
+
- 🐛 Fixed `@ed/auth` → `@edcalderon/auth` import in `apps/dashboard`
|
|
55
22
|
|
|
56
23
|
For full version history, see [CHANGELOG.md](./CHANGELOG.md) and [GitHub releases](https://github.com/edcalderon/my-second-brain/releases)
|
|
57
24
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Command } from 'commander';
|
|
2
|
+
declare const _default: {
|
|
3
|
+
name: string;
|
|
4
|
+
description: string;
|
|
5
|
+
version: string;
|
|
6
|
+
register: (program: Command, _config: any) => Promise<void>;
|
|
7
|
+
hooks: {
|
|
8
|
+
postChangelog: (_options: any) => Promise<void>;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
14
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
15
|
+
}) : function(o, v) {
|
|
16
|
+
o["default"] = v;
|
|
17
|
+
});
|
|
18
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
19
|
+
var ownKeys = function(o) {
|
|
20
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
21
|
+
var ar = [];
|
|
22
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
23
|
+
return ar;
|
|
24
|
+
};
|
|
25
|
+
return ownKeys(o);
|
|
26
|
+
};
|
|
27
|
+
return function (mod) {
|
|
28
|
+
if (mod && mod.__esModule) return mod;
|
|
29
|
+
var result = {};
|
|
30
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
31
|
+
__setModuleDefault(result, mod);
|
|
32
|
+
return result;
|
|
33
|
+
};
|
|
34
|
+
})();
|
|
35
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
36
|
+
const fs = __importStar(require("fs-extra"));
|
|
37
|
+
const path = __importStar(require("path"));
|
|
38
|
+
const semver = __importStar(require("semver"));
|
|
39
|
+
exports.default = {
|
|
40
|
+
name: 'readme-maintainer',
|
|
41
|
+
description: 'Maintain README files with latest changes from CHANGELOG',
|
|
42
|
+
version: '1.1.0',
|
|
43
|
+
register: async (program, _config) => {
|
|
44
|
+
program
|
|
45
|
+
.command('update-readme')
|
|
46
|
+
.description('Update README with the latest changes from its own CHANGELOG (resolves to cwd)')
|
|
47
|
+
.option('--readme <file>', 'Path to README file (relative to cwd)', 'README.md')
|
|
48
|
+
.option('--changelog <file>', 'Path to CHANGELOG file (relative to cwd)', 'CHANGELOG.md')
|
|
49
|
+
.option('--pkg <file>', 'Path to package.json (relative to cwd, for version reference)', 'package.json')
|
|
50
|
+
.action(async (options) => {
|
|
51
|
+
try {
|
|
52
|
+
const cwd = process.cwd();
|
|
53
|
+
const readmePath = path.resolve(cwd, options.readme);
|
|
54
|
+
const changelogPath = path.resolve(cwd, options.changelog);
|
|
55
|
+
const pkgPath = path.resolve(cwd, options.pkg);
|
|
56
|
+
console.log(`📂 Working directory: ${cwd}`);
|
|
57
|
+
console.log(`📄 README: ${readmePath}`);
|
|
58
|
+
console.log(`📝 CHANGELOG: ${changelogPath}`);
|
|
59
|
+
if (!await fs.pathExists(readmePath)) {
|
|
60
|
+
console.error(`❌ README not found at ${readmePath}`);
|
|
61
|
+
process.exit(1);
|
|
62
|
+
}
|
|
63
|
+
if (!await fs.pathExists(changelogPath)) {
|
|
64
|
+
console.error(`❌ CHANGELOG not found at ${changelogPath}`);
|
|
65
|
+
process.exit(1);
|
|
66
|
+
}
|
|
67
|
+
// -------------------------------------------------------------------
|
|
68
|
+
// 1. Optionally read the authoritative version from package.json
|
|
69
|
+
// -------------------------------------------------------------------
|
|
70
|
+
let authoritativeVersion = null;
|
|
71
|
+
if (await fs.pathExists(pkgPath)) {
|
|
72
|
+
const pkg = await fs.readJson(pkgPath);
|
|
73
|
+
authoritativeVersion = pkg.version || null;
|
|
74
|
+
if (authoritativeVersion) {
|
|
75
|
+
console.log(`📦 Authoritative version from package.json: ${authoritativeVersion}`);
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
// -------------------------------------------------------------------
|
|
79
|
+
// 2. Parse ALL version blocks from the CHANGELOG
|
|
80
|
+
// -------------------------------------------------------------------
|
|
81
|
+
const changelogContent = await fs.readFile(changelogPath, 'utf8');
|
|
82
|
+
const lines = changelogContent.split('\n');
|
|
83
|
+
// Version header pattern — matches "## [1.2.3]" / "# 1.2.3" / "## 1.2.3 (date)" etc.
|
|
84
|
+
const versionHeaderPattern = /^(##?)\s+\[?v?(\d+\.\d+\.\d+(?:-[a-zA-Z0-9.]+)?)\]?.*$/;
|
|
85
|
+
const blocks = [];
|
|
86
|
+
let currentBlock = null;
|
|
87
|
+
for (const line of lines) {
|
|
88
|
+
const match = line.match(versionHeaderPattern);
|
|
89
|
+
if (match) {
|
|
90
|
+
if (currentBlock)
|
|
91
|
+
blocks.push(currentBlock);
|
|
92
|
+
currentBlock = { version: match[2], header: line, lines: [] };
|
|
93
|
+
}
|
|
94
|
+
else if (currentBlock) {
|
|
95
|
+
currentBlock.lines.push(line);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
if (currentBlock)
|
|
99
|
+
blocks.push(currentBlock);
|
|
100
|
+
if (blocks.length === 0) {
|
|
101
|
+
console.log('⚠️ No version headers found in CHANGELOG. Nothing updated.');
|
|
102
|
+
return;
|
|
103
|
+
}
|
|
104
|
+
// -------------------------------------------------------------------
|
|
105
|
+
// 3. Select the best block:
|
|
106
|
+
// a) If authoritative version exists → use the matching block
|
|
107
|
+
// b) Otherwise → use the block with the highest semver
|
|
108
|
+
// -------------------------------------------------------------------
|
|
109
|
+
let selectedBlock = null;
|
|
110
|
+
if (authoritativeVersion) {
|
|
111
|
+
selectedBlock = blocks.find(b => b.version === authoritativeVersion) || null;
|
|
112
|
+
if (!selectedBlock) {
|
|
113
|
+
console.log(`⚠️ No CHANGELOG entry found for v${authoritativeVersion}. Falling back to highest semver.`);
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
if (!selectedBlock) {
|
|
117
|
+
// Sort by semver descending, pick the highest
|
|
118
|
+
const sorted = [...blocks].sort((a, b) => {
|
|
119
|
+
const diff = semver.rcompare(a.version, b.version);
|
|
120
|
+
return diff ?? 0;
|
|
121
|
+
});
|
|
122
|
+
selectedBlock = sorted[0];
|
|
123
|
+
}
|
|
124
|
+
// Clean up block content
|
|
125
|
+
const blockLines = [...selectedBlock.lines];
|
|
126
|
+
while (blockLines.length > 0 && blockLines[0].trim() === '')
|
|
127
|
+
blockLines.shift();
|
|
128
|
+
while (blockLines.length > 0 && blockLines[blockLines.length - 1].trim() === '')
|
|
129
|
+
blockLines.pop();
|
|
130
|
+
const extractedChanges = blockLines.join('\n');
|
|
131
|
+
const versionStr = selectedBlock.version;
|
|
132
|
+
const changelogRelPath = options.changelog.replace(/^\.\//, '');
|
|
133
|
+
const newBlock = [
|
|
134
|
+
`## 📋 Latest Changes (v${versionStr})`,
|
|
135
|
+
'',
|
|
136
|
+
extractedChanges,
|
|
137
|
+
'',
|
|
138
|
+
`For full version history, see [CHANGELOG.md](./${changelogRelPath}) and [GitHub releases](https://github.com/edcalderon/my-second-brain/releases)`,
|
|
139
|
+
'',
|
|
140
|
+
].join('\n');
|
|
141
|
+
// -------------------------------------------------------------------
|
|
142
|
+
// 4. Replace the "## 📋 Latest Changes" section in README
|
|
143
|
+
// -------------------------------------------------------------------
|
|
144
|
+
const readmeContent = await fs.readFile(readmePath, 'utf8');
|
|
145
|
+
const readmeLines = readmeContent.split('\n');
|
|
146
|
+
const newReadmeLines = [];
|
|
147
|
+
const startPattern = /^##\s+(📋\s+)?Latest Changes/i;
|
|
148
|
+
// Stop skipping on any new h2 or horizontal rule
|
|
149
|
+
const stopPattern = /^(---$|##\s)/;
|
|
150
|
+
let skipping = false;
|
|
151
|
+
let replaced = false;
|
|
152
|
+
for (const line of readmeLines) {
|
|
153
|
+
if (startPattern.test(line)) {
|
|
154
|
+
skipping = true;
|
|
155
|
+
newReadmeLines.push(newBlock);
|
|
156
|
+
replaced = true;
|
|
157
|
+
continue;
|
|
158
|
+
}
|
|
159
|
+
if (skipping && stopPattern.test(line)) {
|
|
160
|
+
skipping = false;
|
|
161
|
+
}
|
|
162
|
+
if (!skipping) {
|
|
163
|
+
newReadmeLines.push(line);
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
if (!replaced) {
|
|
167
|
+
console.log('⚠️ Could not find "## 📋 Latest Changes" section in README. Please add it manually.');
|
|
168
|
+
}
|
|
169
|
+
else {
|
|
170
|
+
await fs.writeFile(readmePath, newReadmeLines.join('\n'));
|
|
171
|
+
console.log(`✅ README updated → Latest Changes (v${versionStr})`);
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
catch (error) {
|
|
175
|
+
console.error('❌ Error updating README:', error.message);
|
|
176
|
+
process.exit(1);
|
|
177
|
+
}
|
|
178
|
+
});
|
|
179
|
+
},
|
|
180
|
+
hooks: {
|
|
181
|
+
postChangelog: async (_options) => {
|
|
182
|
+
console.log('💡 Run `versioning update-readme` to sync README with the latest CHANGELOG entry.');
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
};
|
|
186
|
+
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edcalderon/versioning",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.6",
|
|
4
4
|
"description": "A comprehensive versioning and changelog management tool for monorepos",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -22,7 +22,8 @@
|
|
|
22
22
|
"publish:local": "node dist/cli.js publish-local",
|
|
23
23
|
"create-tag": "node scripts/create-tag.js",
|
|
24
24
|
"release": "npm run version:patch && npm run changelog && npm run create-tag",
|
|
25
|
-
"release:local": "npm run version:patch && npm run changelog && npm run publish:local"
|
|
25
|
+
"release:local": "npm run version:patch && npm run changelog && npm run publish:local",
|
|
26
|
+
"update-readme": "node dist/cli.js update-readme"
|
|
26
27
|
},
|
|
27
28
|
"keywords": [
|
|
28
29
|
"versioning",
|
|
@@ -78,4 +79,4 @@
|
|
|
78
79
|
"url": "git+https://github.com/edcalderon/my-second-brain.git",
|
|
79
80
|
"directory": "packages/versioning"
|
|
80
81
|
}
|
|
81
|
-
}
|
|
82
|
+
}
|
package/CHANGELOG.md.backup
DELETED
|
@@ -1,273 +0,0 @@
|
|
|
1
|
-
# [1.1.0](https://github.com/edcalderon/my-second-brain/compare/v1.1.4...v1.1.0) (2026-02-12)
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
### Bug Fixes
|
|
5
|
-
|
|
6
|
-
* add force-static export to API routes for static export compatibility ([6333e2d](https://github.com/edcalderon/my-second-brain/commit/6333e2d2b3ae149b5b893520271e7a0e171bace8))
|
|
7
|
-
* add search method to supermemory wrapper ([75f646a](https://github.com/edcalderon/my-second-brain/commit/75f646a377ee96a2ef66e9225b003ef19e25277e))
|
|
8
|
-
* change Next.js output to export for static GitHub Pages deployment ([c94fded](https://github.com/edcalderon/my-second-brain/commit/c94fdedda9b311b1aae27ddce4b2c9bb6083b325))
|
|
9
|
-
* lazy-load supermemory to allow builds without API key ([6892009](https://github.com/edcalderon/my-second-brain/commit/68920097e9aeabe76d8a08e45d96837ba009f32d))
|
|
10
|
-
* make environment variable check optional in deploy-web workflow ([e6cb9b0](https://github.com/edcalderon/my-second-brain/commit/e6cb9b0873fc9244fbc104f2bb832056e1ffd44c))
|
|
11
|
-
* pin pnpm version to 8.15.9 in GitHub Actions workflows for lockfile compatibility ([3a8538e](https://github.com/edcalderon/my-second-brain/commit/3a8538e3e2f84f21b4ad98d2c878eac8e6c065f7))
|
|
12
|
-
* relax pnpm version requirement to >=8.0.0 for CI compatibility ([9aa90ac](https://github.com/edcalderon/my-second-brain/commit/9aa90acc92b62debd0e0e840a493d30e71821b38))
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
### Features
|
|
16
|
-
|
|
17
|
-
* **gcp-functions:** Implement automated GitHub daily screenshot and tweet ([b3366d4](https://github.com/edcalderon/my-second-brain/commit/b3366d4a13858ae2702f9f4cd16216a41f650a83))
|
|
18
|
-
* **versioning:** reentry status roadmap layer (v1.1.0) ([f6e94e5](https://github.com/edcalderon/my-second-brain/commit/f6e94e5dfc1fdd386d4ae9612c083155a2c803e8))
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
# [1.1.0](https://github.com/edcalderon/my-second-brain/compare/v1.1.4...v1.1.0) (2026-02-12)
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
### Bug Fixes
|
|
28
|
-
|
|
29
|
-
* add force-static export to API routes for static export compatibility ([6333e2d](https://github.com/edcalderon/my-second-brain/commit/6333e2d2b3ae149b5b893520271e7a0e171bace8))
|
|
30
|
-
* add search method to supermemory wrapper ([75f646a](https://github.com/edcalderon/my-second-brain/commit/75f646a377ee96a2ef66e9225b003ef19e25277e))
|
|
31
|
-
* change Next.js output to export for static GitHub Pages deployment ([c94fded](https://github.com/edcalderon/my-second-brain/commit/c94fdedda9b311b1aae27ddce4b2c9bb6083b325))
|
|
32
|
-
* lazy-load supermemory to allow builds without API key ([6892009](https://github.com/edcalderon/my-second-brain/commit/68920097e9aeabe76d8a08e45d96837ba009f32d))
|
|
33
|
-
* make environment variable check optional in deploy-web workflow ([e6cb9b0](https://github.com/edcalderon/my-second-brain/commit/e6cb9b0873fc9244fbc104f2bb832056e1ffd44c))
|
|
34
|
-
* pin pnpm version to 8.15.9 in GitHub Actions workflows for lockfile compatibility ([3a8538e](https://github.com/edcalderon/my-second-brain/commit/3a8538e3e2f84f21b4ad98d2c878eac8e6c065f7))
|
|
35
|
-
* relax pnpm version requirement to >=8.0.0 for CI compatibility ([9aa90ac](https://github.com/edcalderon/my-second-brain/commit/9aa90acc92b62debd0e0e840a493d30e71821b38))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
### Features
|
|
39
|
-
|
|
40
|
-
* **gcp-functions:** Implement automated GitHub daily screenshot and tweet ([b3366d4](https://github.com/edcalderon/my-second-brain/commit/b3366d4a13858ae2702f9f4cd16216a41f650a83))
|
|
41
|
-
* **versioning:** reentry status roadmap layer (v1.1.0) ([f6e94e5](https://github.com/edcalderon/my-second-brain/commit/f6e94e5dfc1fdd386d4ae9612c083155a2c803e8))
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
## [1.0.11](https://github.com/edcalderon/my-second-brain/compare/v1.0.10...v1.0.11) (2026-01-02)
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
## [1.0.10](https://github.com/edcalderon/my-second-brain/compare/v1.0.9...v1.0.10) (2026-01-02)
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
## [1.0.9](https://github.com/edcalderon/my-second-brain/compare/v1.0.8...v1.0.9) (2026-01-02)
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
## 1.0.8 (2026-01-02)
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
### Bug Fixes
|
|
69
|
-
|
|
70
|
-
* add permissions for GitHub release creation ([4f719a3](https://github.com/edcalderon/my-second-brain/commit/4f719a35de25644ad05115b2e98f772c403f4967))
|
|
71
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
72
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
73
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
74
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
75
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
76
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
77
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
78
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
79
|
-
* update workflow to handle version update correctly ([3ec67bc](https://github.com/edcalderon/my-second-brain/commit/3ec67bc0632404dd4e10b760daa57f1eb9fe8fa4))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
### Features
|
|
83
|
-
|
|
84
|
-
* add build provenance attestation ([9fdc02d](https://github.com/edcalderon/my-second-brain/commit/9fdc02da4ed8d313de965162302baa0b792040dd))
|
|
85
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
86
|
-
* add NPM publishing extension and update workflow ([dd501b2](https://github.com/edcalderon/my-second-brain/commit/dd501b2fc7e5b95df92d1c7b636b81ef3c04500f))
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## 1.0.7 (2026-01-01)
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
### Bug Fixes
|
|
96
|
-
|
|
97
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
98
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
99
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
100
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
101
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
102
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
103
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
104
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
### Features
|
|
108
|
-
|
|
109
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
## 1.0.7 (2026-01-01)
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
### Bug Fixes
|
|
119
|
-
|
|
120
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
121
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
122
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
123
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
124
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
125
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
126
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
127
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
### Features
|
|
131
|
-
|
|
132
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
## 1.0.6 (2026-01-01)
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
### Bug Fixes
|
|
142
|
-
|
|
143
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
144
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
145
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
146
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
147
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
148
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
149
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
150
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Features
|
|
154
|
-
|
|
155
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
## 1.0.6 (2026-01-01)
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
### Bug Fixes
|
|
165
|
-
|
|
166
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
167
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
168
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
169
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
170
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
171
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
172
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
173
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
### Features
|
|
177
|
-
|
|
178
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## 1.0.5 (2026-01-01)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### Bug Fixes
|
|
188
|
-
|
|
189
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
190
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
191
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
192
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
193
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
194
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
195
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
196
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
### Features
|
|
200
|
-
|
|
201
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
## 1.0.5 (2026-01-01)
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
### Bug Fixes
|
|
211
|
-
|
|
212
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
213
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
214
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
215
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
216
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
217
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
218
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
219
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
### Features
|
|
223
|
-
|
|
224
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
## 1.0.4 (2026-01-01)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
### Bug Fixes
|
|
234
|
-
|
|
235
|
-
* add publishConfig to explicitly set package as public ([0138dc4](https://github.com/edcalderon/my-second-brain/commit/0138dc4de49bc1f5ee75622440b19ff643fd6224))
|
|
236
|
-
* change package name from @ed/versioning to ed-versioning ([96e4495](https://github.com/edcalderon/my-second-brain/commit/96e4495fe575c6226f319fe62e0f1266fe6d6cfe))
|
|
237
|
-
* change package name to @edcalderon/versioning ([246c7f4](https://github.com/edcalderon/my-second-brain/commit/246c7f445c17464ab63dcbd3bb30be8d8e30066d))
|
|
238
|
-
* configure Next.js for GitHub Pages subdirectory ([af24444](https://github.com/edcalderon/my-second-brain/commit/af2444468d13dcbe2f867ea41208a385f24edb75))
|
|
239
|
-
* correct tag existence check logic in create-tag.js ([f489f89](https://github.com/edcalderon/my-second-brain/commit/f489f89988b4877108b98e7910a79cc2a7e325a5))
|
|
240
|
-
* make SUPERMEMORY_API_KEY private (not NEXT_PUBLIC) ([416d4c0](https://github.com/edcalderon/my-second-brain/commit/416d4c0bf007fbbc3381c9d9745c2cf21c9ae78b))
|
|
241
|
-
* update GitHub release action to use modern softprops/action-gh-release ([dd11de0](https://github.com/edcalderon/my-second-brain/commit/dd11de0cc05dacb9cf7e614e57535a4d54617678))
|
|
242
|
-
* update repository URL in versioning package.json ([3723c78](https://github.com/edcalderon/my-second-brain/commit/3723c781bc61ee9fdf2b9bb0446274be495403ac))
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
### Features
|
|
246
|
-
|
|
247
|
-
* add comprehensive versioning package with CLI, changelog, and NPM publishing ([dba69bd](https://github.com/edcalderon/my-second-brain/commit/dba69bd61cc0a6b11f881a913ee900142b5ddd14))
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
# Changelog
|
|
254
|
-
|
|
255
|
-
All notable changes to this project will be documented in this file.
|
|
256
|
-
|
|
257
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
258
|
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
259
|
-
|
|
260
|
-
## [1.0.0] - 2026-01-01
|
|
261
|
-
|
|
262
|
-
### Added
|
|
263
|
-
- Initial release of @edcalderon/versioning
|
|
264
|
-
- Comprehensive versioning and changelog management
|
|
265
|
-
- Support for both single repositories and monorepos
|
|
266
|
-
- CLI tool with multiple commands (patch, minor, major, release, bump, changelog, sync, validate, init)
|
|
267
|
-
- Conventional commits integration
|
|
268
|
-
- Git tagging and committing
|
|
269
|
-
- Version synchronization across packages
|
|
270
|
-
- Package selection for selective releases
|
|
271
|
-
- TypeScript support with full type safety
|
|
272
|
-
- Jest testing framework
|
|
273
|
-
- NPM publishable package structure
|