diff --git a/.github/workflow-config/release.yml b/.github/workflow-config/release.yml index 3ca048ea7..5ac6f2b49 100644 --- a/.github/workflow-config/release.yml +++ b/.github/workflow-config/release.yml @@ -41,21 +41,6 @@ chdir: "{{ repo_base_dir }}" tags: publish - - name: Set git config - shell: - cmd: "git config user.name 'redhat-cop-ci-bot' && git config user.email 'action@github.com'" - chdir: "{{ repo_base_dir }}" - - - name: push changelogs to devel - shell: - cmd: "git add changelogs CHANGELOG.rst && git commit -m 'add changelog {{ collection_version }}'" - chdir: "{{ repo_base_dir }}" - - - name: git cleanup - command: - cmd: git reset --hard - tags: cleanup - - name: remove galaxy.yml file: path: "{{ repo_base_dir }}/galaxy.yml" diff --git a/.gitignore b/.gitignore index 338bbfbf0..9019f7b5e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ collections/* !collections/requirements.yml +galaxy.yml diff --git a/Galaxy.yml b/Galaxy.yml deleted file mode 100644 index 8b65ab962..000000000 --- a/Galaxy.yml +++ /dev/null @@ -1,28 +0,0 @@ ---- -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: "*" diff --git a/changelogs/fragments/changelogs.yml b/changelogs/fragments/changelogs.yml new file mode 100644 index 000000000..5d455c032 --- /dev/null +++ b/changelogs/fragments/changelogs.yml @@ -0,0 +1,3 @@ +--- +minor_changes: + - Changelog release cycle