Skip to content

Commit e60ba99

Browse files
committed
add release notes for #51
1 parent c847987 commit e60ba99

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

ci/release_notes.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,16 @@
1-
* PR to add functionality for the user to use link_names in slack notification. This gives the user possibility to ping user groups etc which otherwise is impossible. [#48]
1+
https://github.com/cloudfoundry-community/slack-notification-resource/pull/51
2+
3+
Added functionality to be able to set link_names as parameter in pipeline with it defaulting to false. Also modified the tests so they actually pass with the new added parameter. Has been tested in a pipeline with successfully notified user group by writing @ which then mentioned the group. Was tested by using
4+
5+
```
6+
resource_types:
7+
- name: slack-notification
8+
type: docker-image
9+
source:
10+
repository: quay.io/pontusarfwedson/slack-notification-resource
11+
tag: feature-link-names
12+
```
13+
14+
in our pipeline (which points to a docker image build from this exact branch).
15+
16+

0 commit comments

Comments
 (0)