Skip to content

Commit 489e20d

Browse files
author
Jarvis
committed
chore: mark #5 Versioning complete in backlog
- develop branch created - v0.1.0 tagged - Note: GitHub UI settings (default branch, branch protection) pending
1 parent cf92b34 commit 489e20d

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

BACKLOG.md

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ src/content/
149149

150150
---
151151

152-
## 5. Versioning + Branching
152+
## 5. Versioning + Branching
153153

154154
**Goal:** Professional release workflow.
155155

156+
**COMPLETED (2026-02-04):**
157+
156158
### Branching Strategy
157159
- `main` = stable releases only
158160
- `develop` = active development
@@ -167,10 +169,18 @@ src/content/
167169
- Update `manifest.json` version
168170

169171
### Setup Tasks
170-
- [ ] Create `develop` branch from current `main`
171-
- [ ] Set `develop` as default branch
172-
- [ ] Protect `main` (require PR)
173-
- [ ] Add version bump script or use `npm version`
172+
- [x] Create `develop` branch from current `main`
173+
- [x] Set version to v0.1.0 in package.json and manifest.json
174+
- [x] Tag v0.1.0 release
175+
- [x] Push develop branch to origin
176+
177+
### GitHub Settings (Neves needs to do in GitHub UI)
178+
- [ ] Set `develop` as default branch (Settings → Default branch)
179+
- [ ] Protect `main` (Settings → Branches → Add rule → require PR)
180+
181+
**Commits:**
182+
- `cf92b34` — Version bump to v0.1.0
183+
- Tag: `v0.1.0`
174184

175185
---
176186

@@ -179,23 +189,12 @@ src/content/
179189
**Goal:** Ready for open source collaboration.
180190

181191
### Tasks
192+
- [x] Add LICENSE file (MIT) — Done in #4
193+
- [x] Update README Authors section — Done in #4
182194
- [ ] Review code for any secrets/sensitive data
183-
- [ ] Add LICENSE file (MIT per package.json)
184195
- [ ] Add CONTRIBUTING.md
185196
- [ ] Add CODE_OF_CONDUCT.md (optional)
186-
- [ ] Update README Authors section
187-
- [ ] Add collaborators section to README
188-
- [ ] Change repo visibility to public
189-
190-
### Authors Section (for README)
191-
```markdown
192-
## Authors
193-
194-
- **Guilherme Neves** ([@0xneves](https://github.com/0xneves)) — Creator
195-
- **Jarvis** — AI Development Partner
196-
197-
Built with 🦆 for a more private web.
198-
```
197+
- [ ] Change repo visibility to public (GitHub Settings)
199198

200199
---
201200

0 commit comments

Comments
 (0)