Skip to content

Commit

Permalink
Fix what is added to pr
Browse files Browse the repository at this point in the history
  • Loading branch information
Tompage1994 committed Sep 9, 2020
1 parent 56f958b commit fda4661
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 43 deletions.
15 changes: 0 additions & 15 deletions .github/workflow-config/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
collections/*
!collections/requirements.yml
galaxy.yml
28 changes: 0 additions & 28 deletions Galaxy.yml

This file was deleted.

3 changes: 3 additions & 0 deletions changelogs/fragments/changelogs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- Changelog release cycle

0 comments on commit fda4661

Please sign in to comment.