Compare commits

...

17 Commits

Author SHA1 Message Date
semantic-release-bot
8678debcb3 chore(release): 3.15.2 [skip ci]
## [3.15.2](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.15.1...3.15.2) (2026-03-25)

### Bug Fixes

* **content:** directus published update [skip ci] ([ec05c97](ec05c9741b))
2026-03-25 21:53:42 +00:00
ec05c9741b fix(content): directus published update [skip ci] 2026-03-25 21:52:48 +00:00
semantic-release-bot
6983e0abb0 chore(release): 3.15.1 [skip ci]
## [3.15.1](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.15.0...3.15.1) (2026-03-21)

### Bug Fixes

* **content:** directus published update [skip ci] ([597e1c5](597e1c5924))
2026-03-21 00:23:05 +00:00
597e1c5924 fix(content): directus published update [skip ci] 2026-03-21 00:22:52 +00:00
semantic-release-bot
83e35919d0 chore(release): 3.15.0 [skip ci]
# [3.15.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.14.0...3.15.0) (2026-03-18)

### Features

* specify boolean ([1236def](1236defba7))
2026-03-18 17:09:43 +00:00
3e564d8587 Merge pull request 'Merge workflow changes' (#393) from main into release
Some checks failed
release-image / guarddog (push) Successful in 39s
release-image / build (push) Successful in 4m27s
release-image / semantic-release (push) Successful in 42s
release-image / release-harbor (push) Successful in 14m53s
release-image / release-gitea (push) Failing after 3h11m39s
Reviewed-on: #393
2026-03-18 17:04:47 +00:00
1236defba7 feat: specify boolean
All checks were successful
renovate / renovate (push) Successful in 1m44s
2026-03-17 23:45:53 -05:00
c196f626bb ci: update for directus release
All checks were successful
renovate / renovate (push) Successful in 1m33s
2026-03-17 23:31:05 -05:00
semantic-release-bot
bc5f134833 chore(release): 3.14.0 [skip ci]
# [3.14.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.13.0...3.14.0) (2026-03-17)

### Features

* release for content ([abdb30b](abdb30b0e3))
2026-03-17 20:41:22 +00:00
778677d165 Merge pull request 'main' (#392) from main into release
All checks were successful
release-image / guarddog (push) Successful in 1m33s
release-image / build (push) Successful in 2m22s
release-image / semantic-release (push) Successful in 1m32s
release-image / release-harbor (push) Successful in 16m42s
release-image / release-gitea (push) Successful in 7m6s
Reviewed-on: #392
2026-03-17 09:52:01 +00:00
ecd2cc7012 ci: enable directus webhook release
All checks were successful
renovate / renovate (push) Successful in 1m13s
2026-03-16 22:43:40 -05:00
9a89d41c75 Release (#391)
All checks were successful
release-image / guarddog (push) Successful in 32s
release-image / build (push) Successful in 1m45s
release-image / semantic-release (push) Successful in 39s
release-image / release-harbor (push) Has been skipped
release-image / release-gitea (push) Has been skipped
Reviewed-on: #391
2026-03-17 03:17:19 +00:00
4904953564 Merge branch 'release' into main
All checks were successful
renovate / renovate (push) Successful in 1m30s
2026-03-17 03:16:53 +00:00
1c67cd0ddc ci: update package version
Some checks failed
renovate / renovate (push) Has been cancelled
test-build / guarddog (push) Successful in 28s
test-build / build (push) Successful in 2m11s
2026-03-16 22:16:26 -05:00
abdb30b0e3 feat: release for content
All checks were successful
renovate / renovate (push) Successful in 1m8s
2026-03-16 22:07:23 -05:00
70255dc53c ci: set version to zero as versioning is managed in release workflow
All checks were successful
test-build / guarddog (push) Successful in 1m26s
renovate / renovate (push) Successful in 1m39s
test-build / build (push) Successful in 2m8s
2026-03-16 19:56:46 -05:00
semantic-release-bot
f79906fa62 chore(release): 3.13.0 [skip ci]
# [3.13.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.12.1...3.13.0) (2026-03-16)

### Bug Fixes

* change execution mode ([a6c889f](a6c889f76a))

### Features

* add and update pre-commit ([148fe8e](148fe8eeff))
* add fallback ([787479e](787479e077))
* add fallback ([220c29f](220c29f4f7))
* add fallback to run animations on switch ([954112e](954112e30e))
* add semantic-release/npm ([91c9a4b](91c9a4bb91))
* change paths ([9319228](9319228ef6))
* consolidate css into tailwind ([dfeb181](dfeb181a1d))
* downgrade to astro 5 ([f35c73b](f35c73b028))
* move scripts to script folder ([641c7cb](641c7cb33f))
* refactor static paths and photoswipe on blog page, move script to base layout ([93a53ca](93a53cab3d))
* remove react ([e3179b0](e3179b0480))
* revert shiki css changes ([c4104a5](c4104a52d1))
2026-03-16 16:01:46 +00:00
3 changed files with 73 additions and 5 deletions

View File

@@ -6,6 +6,12 @@ on:
- release
workflow_dispatch:
inputs:
directus-release:
description: 'A parameter passed via API'
required: true
type: boolean
default: false
jobs:
build:
@@ -29,14 +35,15 @@ jobs:
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Cache Astro Build Cache
- name: Cache Astro Build
uses: actions/cache@v5
with:
path: |
.astro
node_modules/.vite
key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}
key: ${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}-${{ github.event_name == 'workflow_dispatch' && github.run_id || 'static' }}
restore-keys: |
${{ runner.os }}-astro-${{ hashFiles('**/*.astro', 'astro.config.mjs') }}-
${{ runner.os }}-astro-
- name: Lint Code
@@ -100,6 +107,9 @@ jobs:
semantic-release:
needs: [ build, guarddog ]
runs-on: ubuntu-js
if: |
github.event_name != 'workflow_dispatch' ||
inputs['directus-release'] == true
outputs:
new-release-published: ${{ steps.semantic.outputs.new-release-published }}
new-release-version: ${{ steps.semantic.outputs.new-release-version }}
@@ -111,6 +121,13 @@ jobs:
fetch-depth: 0
token: ${{ secrets.BOT_TOKEN }}
- name: Prepare Content Patch
if: inputs['directus-release'] == true
run: |
git config user.name "gitea-bot"
git config user.email "gitea-bot@alexlebens.net"
git commit --allow-empty -m "fix(content): directus published update [skip ci]"
- name: Set up Node
uses: actions/setup-node@v6
with:
@@ -232,14 +249,14 @@ jobs:
tags: action,failed
details: 'Harbor Image for Site Profile has failed to be released.'
icon: 'https://cdn.jsdelivr.net/gh/selfhst/icons/png/gitea.png'
actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/actions?workflow=release-image.yml", "clear": true}]'
actions: '[{"action": "view", "label": "Open Gitea", "url": "https://gitea.alexlebens.dev/alexlebens/site-profile/actions?workflow=release-image.yaml", "clear": true}]'
image: true
release-gitea:
runs-on: ubuntu-js
needs: [ semantic-release, release-harbor ]
if: |
always() &&
always() &&
needs.semantic-release.outputs.new-release-published == 'true'
steps:
- name: Checkout

View File

@@ -1,3 +1,54 @@
## [3.15.2](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.15.1...3.15.2) (2026-03-25)
### Bug Fixes
* **content:** directus published update [skip ci] ([ec05c97](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/ec05c9741b7b149114107cdd644eb7a99cc34f4e))
## [3.15.1](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.15.0...3.15.1) (2026-03-21)
### Bug Fixes
* **content:** directus published update [skip ci] ([597e1c5](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/597e1c5924b4f42ec35264b0b0de4052a5c62a74))
# [3.15.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.14.0...3.15.0) (2026-03-18)
### Features
* specify boolean ([1236def](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/1236defba7cf80f34f1da6046076667a22ed63e9))
# [3.14.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.13.0...3.14.0) (2026-03-17)
### Features
* release for content ([abdb30b](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/abdb30b0e362bb97d59969cc5ea714c60b0efe60))
# [3.13.0](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.12.1...3.13.0) (2026-03-16)
### Bug Fixes
* change execution mode ([a6c889f](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/a6c889f76a2e55e2efe8a19ffdacdb7327dd0116))
### Features
* add and update pre-commit ([148fe8e](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/148fe8eeffeb377ce8006c5126625e7d338a4db7))
* add fallback ([787479e](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/787479e077e3608112f6ddad41d6d5e686c0166f))
* add fallback ([220c29f](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/220c29f4f766ff78967c8198e0e1605067404551))
* add fallback to run animations on switch ([954112e](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/954112e30e1ce912ca7098455555f675a49f9841))
* add semantic-release/npm ([91c9a4b](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/91c9a4bb91eea9baea5fadcebbc280f416555e23))
* change paths ([9319228](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/9319228ef6df0039dc8ee6ab88882f2e5e044d14))
* consolidate css into tailwind ([dfeb181](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/dfeb181a1d781d5bcdcf7240a67e594f3a170e50))
* downgrade to astro 5 ([f35c73b](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/f35c73b02873405b8ab350b6b5a8385339ff2329))
* move scripts to script folder ([641c7cb](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/641c7cb33feec65b185d307a7cf1c9879b884a03))
* refactor static paths and photoswipe on blog page, move script to base layout ([93a53ca](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/93a53cab3d6e1cb6395a60537d07de22686f21f6))
* remove react ([e3179b0](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/e3179b0480a56d173439fafddca7d75f96fb1b42))
* revert shiki css changes ([c4104a5](https://gitea.alexlebens.dev/alexlebens/site-profile/commit/c4104a52d170cef2da0a087f7252caa5bc3a19db))
## [3.12.1](https://gitea.alexlebens.dev/alexlebens/site-profile/compare/3.12.0...3.12.1) (2026-03-14)

View File

@@ -1,7 +1,7 @@
{
"name": "site-profile",
"type": "module",
"version": "3.12.1",
"version": "3.15.2",
"homepage": "https://www.alexlebens.dev",
"bugs": {
"url": "https://gitea.alexlebens.dev/alexlebens/site-profile/issues",