Compare commits
No commits in common. "aab808a1c09a6e997e6ab880266c87b2786b9405" and "0421b38789d842b9ed80aa65fb1695f3c93ff68a" have entirely different histories.
aab808a1c0
...
0421b38789
@ -1,3 +0,0 @@
|
|||||||
## 1.0.0 - 2024-09-30
|
|
||||||
### Added
|
|
||||||
* first release with changie
|
|
@ -1,6 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
||||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
|
@ -1,26 +0,0 @@
|
|||||||
changesDir: .changes
|
|
||||||
unreleasedDir: unreleased
|
|
||||||
headerPath: header.tpl.md
|
|
||||||
changelogPath: CHANGELOG.md
|
|
||||||
versionExt: md
|
|
||||||
versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
|
|
||||||
kindFormat: '### {{.Kind}}'
|
|
||||||
changeFormat: '* {{.Body}}'
|
|
||||||
kinds:
|
|
||||||
- label: Added
|
|
||||||
auto: minor
|
|
||||||
- label: Changed
|
|
||||||
auto: major
|
|
||||||
- label: Deprecated
|
|
||||||
auto: minor
|
|
||||||
- label: Removed
|
|
||||||
auto: major
|
|
||||||
- label: Fixed
|
|
||||||
auto: patch
|
|
||||||
- label: Security
|
|
||||||
auto: patch
|
|
||||||
newlines:
|
|
||||||
afterChangelogHeader: 1
|
|
||||||
beforeChangelogVersion: 1
|
|
||||||
endOfVersion: 1
|
|
||||||
envPrefix: CHANGIE_
|
|
@ -1,9 +1,10 @@
|
|||||||
name: Build an image to deploy website
|
name: Build an image to deploy website
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
# Runs on pushes targeting the default branch
|
||||||
tags:
|
push
|
||||||
- v*
|
#tags:
|
||||||
|
# - v*
|
||||||
|
|
||||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
permissions:
|
permissions:
|
||||||
|
11
CHANGELOG.md
11
CHANGELOG.md
@ -1,11 +0,0 @@
|
|||||||
# Changelog
|
|
||||||
All notable changes to this project will be documented in this file.
|
|
||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
||||||
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
|
||||||
and is generated by [Changie](https://github.com/miniscruff/changie).
|
|
||||||
|
|
||||||
|
|
||||||
## 1.0.0 - 2024-09-30
|
|
||||||
### Added
|
|
||||||
* first release with changie
|
|
Loading…
Reference in New Issue
Block a user