first release, and build only on new releases
All checks were successful
Build an image to deploy website / build (push) Successful in 1m5s

This commit is contained in:
Julien Fastré 2024-09-30 11:40:59 +02:00
parent 62f05b8988
commit aab808a1c0
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB
3 changed files with 9 additions and 5 deletions

3
.changes/1.0.0.md Normal file
View File

@ -0,0 +1,3 @@
## 1.0.0 - 2024-09-30
### Added
* first release with changie

View File

@ -1,10 +1,9 @@
name: Build an image to deploy website
on:
# Runs on pushes targeting the default branch
push
#tags:
# - v*
push:
tags:
- v*
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:

View File

@ -6,4 +6,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
No releases yet, this file will be updated when generating your first release.
## 1.0.0 - 2024-09-30
### Added
* first release with changie