first release, and build only on new releases
All checks were successful
Build an image to deploy website / build (push) Successful in 1m5s
All checks were successful
Build an image to deploy website / build (push) Successful in 1m5s
This commit is contained in:
parent
62f05b8988
commit
aab808a1c0
3
.changes/1.0.0.md
Normal file
3
.changes/1.0.0.md
Normal file
@ -0,0 +1,3 @@
|
||||
## 1.0.0 - 2024-09-30
|
||||
### Added
|
||||
* first release with changie
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user