Merge branch '51-fix-create-version-1-0-1' into 'main'
Resolve "fix: create version 1.0.1" Closes #51 See merge request lydra/yunohost/ansible-yunohost!30
This commit is contained in:
commit
9ec4777760
2 changed files with 12 additions and 2 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
|
||||
and the commits message folow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
|
||||
|
||||
## [[1.0.1] - 2022-06-02]
|
||||
|
||||
### Added
|
||||
|
||||
- Our Ansible collection is now available on Ansible-Galaxy!
|
||||
|
||||
### Changed
|
||||
|
||||
- This version provides a minor fix to hypertext links in README files.
|
||||
|
||||
## [[1.0.0] - 2022-05-23](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.0.0)
|
||||
|
||||
### Added
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
namespace: lydra
|
||||
name: yunohost
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
readme: README.md
|
||||
authors:
|
||||
- Lydra (<suppport@lydra.fr>)
|
||||
- Lydra (<support@lydra.fr>)
|
||||
description: Yunohost related Roles and Modules
|
||||
license_file: 'LICENSE'
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue