Compare commits

...

12 Commits

Author SHA1 Message Date
semantic-release-bot
1ae7bf44f1 chore(release): 0.2.0 [skip ci]
# [0.2.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.1.7...0.2.0) (2026-03-12)

### Features

* add robots ([4ef4353](4ef43534a0))
* switch to bun ([7413830](74138302a4))
* trigger minor version update ([7a9b62d](7a9b62dc04))
* use alpine-dev for bun builder ([4575bfb](4575bfb913))
2026-03-12 21:51:24 +00:00
7a9b62dc04 feat: trigger minor version update
All checks were successful
renovate / renovate (push) Successful in 1m10s
release-image / guarddog (push) Successful in 23s
release-image / build (push) Successful in 2m0s
release-image / semantic-release (push) Successful in 31s
release-image / release-harbor (push) Successful in 3m32s
release-image / release-gitea (push) Successful in 4m55s
2026-03-12 16:40:21 -05:00
d84625c052 Merge branch 'release' into main
All checks were successful
renovate / renovate (push) Successful in 57s
2026-03-12 21:34:14 +00:00
4575bfb913 feat: use alpine-dev for bun builder
All checks were successful
test-build / guarddog (push) Successful in 19s
test-build / build (push) Successful in 31s
renovate / renovate (push) Successful in 35s
2026-03-12 16:24:10 -05:00
a9dff234c4 ci: remove auth test
All checks were successful
renovate / renovate (push) Successful in 1m2s
2026-03-12 16:20:42 -05:00
3cfac19e9b ci: test auth
Some checks failed
renovate / renovate (push) Failing after 41s
2026-03-12 16:13:10 -05:00
3af200c8ff ci: enable debug logging
All checks were successful
renovate / renovate (push) Successful in 45s
2026-03-12 16:03:27 -05:00
50ed4d4ff9 ci: add dhi creds
All checks were successful
renovate / renovate (push) Successful in 28s
2026-03-12 15:56:00 -05:00
225790414b chore(deps): update deps
All checks were successful
renovate / renovate (push) Successful in 32s
test-build / guarddog (push) Successful in 1m7s
test-build / build (push) Successful in 2m0s
2026-03-12 15:51:07 -05:00
47e5938bf7 ci: use semantic release, release branch, and merge release workflows 2026-03-12 15:50:58 -05:00
4ef43534a0 feat: add robots 2026-03-12 15:49:44 -05:00
74138302a4 feat: switch to bun 2026-03-12 15:49:32 -05:00
3 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
# [0.2.0](http://gitea-http.gitea:3000/alexlebens/site-documentation/compare/0.1.7...0.2.0) (2026-03-12)
### Features
* add robots ([4ef4353](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/4ef43534a0f26bc5593258c9cd6a31d62283929d))
* switch to bun ([7413830](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/74138302a4c2ad45a850459c47a17dd09014f3ad))
* trigger minor version update ([7a9b62d](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/7a9b62dc048ffd947bb6dd41523091bbc9346e84))
* use alpine-dev for bun builder ([4575bfb](http://gitea-http.gitea:3000/alexlebens/site-documentation/commit/4575bfb9138bc9ca5f9d93e845155fc56d3a8491))

View File

@@ -6,7 +6,7 @@
pnpm create astro@latest -- --template starlight
```
## 🚀 Project Structure
## Project Structure
Inside of your Astro + Starlight project, you'll see the following folders and files:
@@ -29,7 +29,7 @@ Images can be added to `src/assets/` and embedded in Markdown with a relative li
Static assets, like favicons, can be placed in the `public/` directory.
## 🧞 Commands
## Commands
All commands are run from the root of the project, from a terminal:

View File

@@ -1,7 +1,7 @@
{
"name": "site-documentation",
"type": "module",
"version": "0.1.7",
"version": "0.2.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",