Skip to content

Commit 5605a6a

Browse files
committed
A few more steps added to the new release playbook
1 parent 3060a6b commit 5605a6a

File tree

1 file changed

+14
-10
lines changed
  • roles/computate_new_release/tasks

1 file changed

+14
-10
lines changed

roles/computate_new_release/tasks/main.yml

+14-10
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22

3-
#- name: |
4-
# Ensure {{ COMPUTATE_BASE_NAME }} project has no uncommitted changes
5-
# shell:
6-
# cmd: git status -s -uall
7-
# chdir: "{{ COMPUTATE_BASE_SRC }}"
8-
# register: GIT_STATUS_COMPUTATE_BASE
9-
#- fail:
10-
# msg: |
11-
# The {{ COMPUTATE_BASE_NAME }} project has uncommitted changes
12-
# when: GIT_STATUS_COMPUTATE_BASE.stdout_lines | length > 0
3+
- name: |
4+
Ensure {{ COMPUTATE_BASE_NAME }} project has no uncommitted changes
5+
shell:
6+
cmd: git status -s -uall
7+
chdir: "{{ COMPUTATE_BASE_SRC }}"
8+
register: GIT_STATUS_COMPUTATE_BASE
9+
- fail:
10+
msg: |
11+
The {{ COMPUTATE_BASE_NAME }} project has uncommitted changes
12+
when: GIT_STATUS_COMPUTATE_BASE.stdout_lines | length > 0
1313

1414
- name: |
1515
Ensure {{ COMPUTATE_SEARCH_NAME }} project has no uncommitted changes
@@ -280,3 +280,7 @@
280280
Create a {{ COMPUTATE_NAME }} {{ NEXT_VERSION }} tag in GitHub
281281
shell:
282282
cmd: xdg-open https://github.com/computate-org/{{ COMPUTATE_NAME }}/releases/tag/{{ NEXT_VERSION }}
283+
- name: |
284+
Send an update on the computate mailing list
285+
shell:
286+
cmd: xdg-open https://computate.topicbox.com/groups/computate

0 commit comments

Comments
 (0)