Skip to content

Commit

Permalink
build: dummy release 5.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bellackn committed Jan 30, 2024
1 parent e03e0df commit e262ac8
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Bellackn Homelab Release Notes
.. contents:: Topics


v5.0.1
======

Release Summary
---------------

This is a dummy release to check if releasing via GH Actions works.

v5.0.0
======

Expand Down
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ _default:

# updates version in galaxy.yml and creates changelog
release VERSION:
@sed -i -e 's/^version: .*$/version: {{VERSION}}/' galaxy.yml
@sed -i '' -e 's/^version: .*$/version: {{VERSION}}/' galaxy.yml
@antsibull-changelog release
alias r := release
7 changes: 7 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ releases:
- 11-migrate-to-collection.yml
- v5.0.0_summary.yaml
release_date: '2024-01-30'
5.0.1:
changes:
release_summary: This is a dummy release to check if releasing via GH Actions
works.
fragments:
- v5.0.1_dummy.yaml
release_date: '2024-01-30'
2 changes: 2 additions & 0 deletions changelogs/fragments/v5.0.1_dummy.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
release_summary: |-
This is a dummy release to check if releasing via GH Actions works.

0 comments on commit e262ac8

Please sign in to comment.