Skip to content

Commit

Permalink
Merge pull request #2 from Tompage1994/changelog_pr
Browse files Browse the repository at this point in the history
Changelog pr
  • Loading branch information
Tompage1994 authored Sep 9, 2020
2 parents 0d07014 + 3320f82 commit c4c21a7
Show file tree
Hide file tree
Showing 8 changed files with 79 additions and 13 deletions.
25 changes: 21 additions & 4 deletions .github/workflows/galaxy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,25 @@ jobs:
-e collection_repo=https://github.com/${{ github.repository }}
--skip-tags=install,cleanup

- name: Push changes
uses: ad-m/github-push-action@master
- name: Create Pull Request
id: prcreate
uses: peter-evans/create-pull-request@v3
with:
branch: devel
github_token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: Update changelog ${{ github.ref }}
committer: GitHub <noreply@github.com>
author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>
signoff: false
branch: changelog-patches
delete-branch: true
title: '[RELEASE] Update changelog ${{ github.ref }}'
body: |
Update changelog
- Updated with changelog for release ${{ github.ref }}
- Auto-generated by [create-pull-request][1]
[1]: https://github.com/peter-evans/create-pull-request
labels: |
changelog
automated pr
draft: false
18 changes: 16 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,24 @@
=============================================================
============================================
redhat_cop.tower_configuration Release Notes
=============================================================
============================================

.. contents:: Topics


v0.2.0
======

Minor Changes
-------------

- Added pre-commit hook for local development and automated testing purposes
- Standardised and corrected all READMEs

Bugfixes
--------

- Removed defaulted objects for all roles so that they were not always run if using a conditional against the variable. (see https://github.com/redhat-cop/tower_configuration/issues/68)

v0.1.0
======

Expand Down
28 changes: 28 additions & 0 deletions Galaxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
namespace: redhat_cop
name: tower_configuration
version: 0.2.0
description: A collection of roles to manage Ansible Tower
readme: README.md
authors:
- Andrew Huffman
- Jonathan Lozada De La Matta @jlozadad
- Kedar Kulkarni @kedark3
- Tom Page @Tompage1994
- Sean Sullivan @sean-m-sullivan
repository: https://github.com/redhat-cop/tower_configuration
issues: https://github.com/redhat-cop/tower_configuration/issues
build_ignore:
- galaxy.yml.j2
- release.yml
- .github
- .ansiblelint.yml
- .yamllint.yml
license:
- GPL-3.0-or-later
tags:
- tower
- collection
- tower_configuration
dependencies:
awx.awx: "*"
2 changes: 1 addition & 1 deletion changelogs/.plugin-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ plugins:
shell: {}
strategy: {}
vars: {}
version: 0.1.0
version: 0.2.0
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,16 @@ releases:
- new_roles.yaml
- workflows.yaml
release_date: '2020-08-04'
0.2.0:
changes:
bugfixes:
- Removed defaulted objects for all roles so that they were not always run if
using a conditional against the variable. (see https://github.com/redhat-cop/tower_configuration/issues/68)
minor_changes:
- Added pre-commit hook for local development and automated testing purposes
- Standardised and corrected all READMEs
fragments:
- 72-defaults.yaml
- 73-readmes.yaml
- 77-pre-commit.yaml
release_date: '2020-09-09'
2 changes: 0 additions & 2 deletions changelogs/fragments/72-defaults.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/73-readmes.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/77-pre-commit.yaml

This file was deleted.

0 comments on commit c4c21a7

Please sign in to comment.