Skip to content

Commit 1b83f1b

Browse files
committed
adding logo and improving release drafter
1 parent ae9ec0b commit 1b83f1b

File tree

5 files changed

+70
-16
lines changed

5 files changed

+70
-16
lines changed

.github/release-drafter.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# name-template: 'v$RESOLVED_VERSION'
22
# tag-template: 'v$RESOLVED_VERSION'
3+
header: |
4+
![DSG Logo](/images/devsetgo_lib_logo_white_bg.svg)
5+
Drafts your next release notes as pull requests are merged into master.
6+
version-template: "2023.10.06.$PATCH"
37
template: |
48
#### What's Changed
59
$CHANGES
10+
footer: |
11+
Built with Probot using calendar versioning (year.month.day.build).
612
categories:
713
- title: 'Breaking'
814
label: 'type: breaking'
@@ -16,18 +22,5 @@ categories:
1622
label: 'type: docs'
1723
- title: 'Dependency Updates'
1824
label: 'type: dependencies'
19-
20-
version-resolver:
21-
major:
22-
labels:
23-
- 'type: breaking'
24-
minor:
25-
labels:
26-
- 'type: feature'
27-
patch:
28-
labels:
29-
- 'type: bug'
30-
- 'type: maintenance'
31-
- 'type: docs'
32-
- 'type: dependencies'
33-
- 'type: security'
25+
- title: 'Enhancements'
26+
label: 'type: enhancement'

.github/workflows/release-drafter.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ permissions:
1919

2020
jobs:
2121
update_release_draft:
22+
concurrency: release-drafter
2223
permissions:
2324
# write permission is required to create a github release
2425
contents: write
@@ -33,7 +34,7 @@ jobs:
3334
# echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV
3435

3536
# Drafts your next Release notes as Pull Requests are merged into "master"
36-
- uses: release-drafter/release-drafter@master
37+
- uses: release-drafter/release-drafter@v6.1.0
3738
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
3839
# with:
3940
# config-name: my-config.yml

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ SonarCloud:
2929

3030
# DevSetGo Common Library
3131

32+
![DSG Logo](/images/devsetgo_lib_logo_white_bg.svg)
3233
`devsetgo_lib` is a versatile library designed to provide common functions for Python applications. Its main goal is to increase reusability and reduce the need to rewrite the same functions across multiple applications. This also allows for quick defect resolution and propagation of fixes across all dependent projects.
3334

3435
Read the Full Documentation [here](https://devsetgo.github.io/devsetgo_lib/).

images/devsetgo_lib_logo.svg

Lines changed: 28 additions & 0 deletions
Loading

images/devsetgo_lib_logo_white_bg.svg

Lines changed: 31 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)