Skip to content

Commit

Permalink
docs: update CHANGELOG.md for test/pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziwi01 committed Jan 8, 2024
1 parent 038ae40 commit c475dcb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ jobs:
# working-directory: ./ansible
# run: ansible-playbook -i inventory.yml setup-ubuntu.yml

- name: Push latest tag
run: |
git config user.name "GitHub Actions"
git config user.email "[email protected]"
git tag latest
git push origin latest --force
- name: Get previous tag
id: previousTag
run: |
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [latest] - 2024-01-08
### :bug: Bug Fixes
- [`8977146`](https://github.com/Ziwi01/proveasio/commit/89771460b6c4ea4a55ddc80a7283a6bc3cae3824) - **docker**: Remove explicit containerd.io installation to not fail after package upgrade *(commit by [@Ziwi01](https://github.com/Ziwi01))*
- [`22961bc`](https://github.com/Ziwi01/proveasio/commit/22961bc8bfea3d6510266bbe367b45f9d4ef1197) - **docker**: docker-cli should use latest in develop *(commit by [@Ziwi01](https://github.com/Ziwi01))*


[latest]: https://github.com/Ziwi01/proveasio/compare/v0.11.3...latest

0 comments on commit c475dcb

Please sign in to comment.