Compare commits

...

2 Commits

Author SHA1 Message Date
7edc02e9db
restore ci on tags only
All checks were successful
Build an image to deploy website / build (push) Successful in 1m17s
2024-11-18 11:26:18 +01:00
444f0b321c
release 1.2.2 - rc3 2024-11-18 11:25:17 +01:00
4 changed files with 17 additions and 1 deletions

5
.changes/1.2.2-rc3.md Normal file
View File

@ -0,0 +1,5 @@
## 1.2.2-rc3 - 2024-11-18
### Fixed
* Embed resources into presentation formation signature
* Checkout images using lfs
* Fixed CI

View File

@ -0,0 +1,3 @@
kind: Fixed
body: Fixed CI
time: 2024-11-18T11:24:38.361711822+01:00

View File

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

View File

@ -6,6 +6,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).
## 1.2.2-rc3 - 2024-11-18
### Fixed
* Embed resources into presentation formation signature
* Checkout images using lfs
* Fixed CI
## 1.2.2-rc2 - 2024-11-18
### Fixed
* Embed resources into presentation formation signature