Skip to content

Commit

Permalink
Create releaseNotesConfig.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrkupton authored Feb 17, 2023
1 parent a4f2c1a commit 76942d2
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/config/releaseNotesConfig.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
username: 'Digital PM'
icon_url: https://boston.gov/digitalteamicon.png

pretext: A new release has been made for {{repositoryName}}.
title: Code Release
title_link: {{payload.release.html_url}}
text: |
A production deployment has occurred for AgilePoint and release notes have been published.
fallback: |-
[GitHub] {{payload.release.name}} is released for {{repositoryName}}
fields:
- title: Release
value: "<{{payload.release.html_url}}|{{payload.name}}"
short: true
- title: Repository Tag
value: "<{{payload.release.tag_name}}"
short: true
- title: Released By
value: "{{payload.release.author}}"
short: true
- title: Release Time
value: "{{payload.release.published_at}}"
short: true

footer: >-
City of Boston, {{repositoryName}} <{{payload.release.html_url}}|Code Release>
colors:
success: '#5DADE2'
failure: '#884EA0'
cancelled: '#A569BD'
default: '#7D3C98'

icons:
success: ':white_check_mark:'
failure: ':grimacing:'
cancelled: ':x:'
skipped: ':heavy_minus_sign:'
default: ':interrobang:'

0 comments on commit 76942d2

Please sign in to comment.