Skip to content

Commit 548eba6

Browse files
authored
Merge branch 'main' into feat/eff-report
2 parents c38d11e + ec82a70 commit 548eba6

File tree

4 files changed

+369
-206
lines changed

4 files changed

+369
-206
lines changed

.github/workflows/announce-release.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,21 @@ jobs:
1818
- name: Post to Mastodon
1919
uses: snakemake/mastodon-release-post-action@v1.4.1
2020
with:
21+
access-token: ${{ secrets.MASTODONBOT }}
22+
pr-title: ${{ github.event.head_commit.message }}
2123
message: |
2224
Beep, Beep - I am your friendly #Snakemake release announcement bot.
2325
24-
There is a new release of the Snakemake executor for #SLURM on #HPC systems. Its version is {{ version }}!
26+
There is a new release of the Snakemake executor for #SLURM on #HPC systems. Its version now is {{ version }}!
2527
26-
See {{ changelog }} for details.
28+
Give us some time, and you will automatically find the plugin on #Bioconda and #Pypi.
2729
28-
Give us some time and you will automatically find the plugin on #Bioconda and #Pypi.
30+
If you want to discuss the release, you will find the maintainers here on Mastodon!
31+
@rupdecat and @johanneskoester@fosstodon.org
2932
30-
If you want to discuss the release you will find the maintainers here on Mastodon!
31-
@rupdecat and @johanneskoester
33+
If you discover any issues, please report them on {{ issue_url }}.
34+
35+
See {{ changelog }} for details. Here is the header of the changelog:
36+
37+
${{ steps.extract-release-notes.outputs.release_notes }}
3238
33-
If you find any issues, please report them on {{ issue_url }}

CHANGELOG.md

Lines changed: 156 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,161 @@
11
# Changelog
22

3+
## [1.3.6](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.5...v1.3.6) (2025-05-18)
4+
5+
6+
### Bug Fixes
7+
8+
* release notes to action script ([#310](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/310)) ([c5a3d6e](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/c5a3d6ebcc8493731b4e3a048a603eb110847de4))
9+
10+
## [1.3.5](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.4...v1.3.5) (2025-05-17)
11+
12+
13+
### Bug Fixes
14+
15+
* full release notes ([#308](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/308)) ([736b452](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/736b4528d95d5473534522eecbea64f71023885a))
16+
17+
## [1.3.4](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.3...v1.3.4) (2025-05-17)
18+
19+
20+
### Bug Fixes
21+
22+
* full release notes ([#306](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/306)) ([f4a8277](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/f4a827747b3e86590746907d16151605f705455a))
23+
24+
## [1.3.3](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.2...v1.3.3) (2025-05-17)
25+
26+
27+
### Bug Fixes
28+
29+
* full release notes ([#304](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/304)) ([0465f85](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/0465f85c5d0fd34fce6ef650220890533059a2dd))
30+
31+
## [1.3.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.1...v1.3.2) (2025-05-17)
32+
33+
34+
### Bug Fixes
35+
36+
* full release notes ([#302](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/302)) ([7fd32f0](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7fd32f0f4a22b5f54fedaab0282242244fb35d9a))
37+
38+
## [1.3.1](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.3.0...v1.3.1) (2025-05-17)
39+
40+
41+
### Bug Fixes
42+
43+
* full release notes ([#300](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/300)) ([4faed8d](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/4faed8d3729934174281bc08baa33bd0c0b4537f))
44+
45+
## [1.3.0](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.17...v1.3.0) (2025-05-17)
46+
47+
48+
### Features
49+
50+
* attempt to gain full release notes posted on mastodon ([#298](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/298)) ([b207279](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/b2072798961723ded86ac002b5bc606bd114a780))
51+
52+
## [1.2.17](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.16...v1.2.17) (2025-05-16)
53+
54+
55+
### Bug Fixes
56+
57+
* tolerant argparsing for mastodon announcements ([#296](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/296)) ([3b4fbe0](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/3b4fbe0db352bd56af5df8bb669879dbd28b7264))
58+
59+
## [1.2.16](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.15...v1.2.16) (2025-05-16)
60+
61+
62+
### Bug Fixes
63+
64+
* announce action ([#294](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/294)) ([7906f0c](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7906f0c07de6033f0d95e795efbfacaa131de793))
65+
66+
## [1.2.15](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.14...v1.2.15) (2025-05-16)
67+
68+
69+
### Bug Fixes
70+
71+
* announce action ([#291](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/291)) ([6dd4053](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/6dd4053ce7e2cb1f12f289b5fbfe83a1b50832d9))
72+
73+
## [1.2.14](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.13...v1.2.14) (2025-05-16)
74+
75+
76+
### Bug Fixes
77+
78+
* new version announcement bot ([#289](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/289)) ([732e3d4](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/732e3d46e69b198a97785fb04add197c2afde1ec))
79+
80+
## [1.2.13](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.12...v1.2.13) (2025-05-16)
81+
82+
83+
### Bug Fixes
84+
85+
* pr title ([#287](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/287)) ([a3a548c](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/a3a548c85229f7b301c6f9597e25b78d1abd77e4))
86+
87+
## [1.2.12](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.11...v1.2.12) (2025-05-16)
88+
89+
90+
### Bug Fixes
91+
92+
* pr title ([#283](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/283)) ([848e21f](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/848e21f9a9fd8879925811f9079805c7afdac79b))
93+
94+
## [1.2.11](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.10...v1.2.11) (2025-05-14)
95+
96+
97+
### Bug Fixes
98+
99+
* pr title from tag ([#281](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/281)) ([eae7276](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/eae727630555a8f99f03f0904dd471035e726206))
100+
101+
## [1.2.10](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.9...v1.2.10) (2025-05-13)
102+
103+
104+
### Bug Fixes
105+
106+
* pr title ([#279](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/279)) ([8465733](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/8465733f9d52452ac5d229f147b60645b46f410f))
107+
108+
## [1.2.9](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.8...v1.2.9) (2025-05-13)
109+
110+
111+
### Bug Fixes
112+
113+
* added pr title ([#276](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/276)) ([efbd5a9](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/efbd5a9982434467d14c1501617de94316da17a0))
114+
* pr title ([#278](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/278)) ([3e8f325](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/3e8f325ea823e85aefcefe57dc3064218f7c400c))
115+
116+
## [1.2.8](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.7...v1.2.8) (2025-05-13)
117+
118+
119+
### Bug Fixes
120+
121+
* action version ([#274](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/274)) ([87cccbb](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/87cccbbce054b97781700d865b22c37f7619ecb4))
122+
123+
## [1.2.7](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.6...v1.2.7) (2025-05-13)
124+
125+
126+
### Bug Fixes
127+
128+
* using, hopefully fixed, action script ([#272](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/272)) ([81bcf0e](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/81bcf0ec57e00285b8514c634ea1994deea650b5))
129+
130+
## [1.2.6](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.5...v1.2.6) (2025-05-13)
131+
132+
133+
### Bug Fixes
134+
135+
* yet another attempt ([#270](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/270)) ([37e042e](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/37e042e7e55bacd3dc22c3a24d1608700d4e5771))
136+
137+
## [1.2.5](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.4...v1.2.5) (2025-05-12)
138+
139+
140+
### Bug Fixes
141+
142+
* mastodon secret used workflow, not action ([#267](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/267)) ([7e4f7c9](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/7e4f7c9d4966bc711e2a1cb66ae7a86ea82e1158))
143+
* secret in workflow ([#269](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/269)) ([d2bd734](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/d2bd734e858b2211ea08c3e6d149e6b2f25d0192))
144+
145+
## [1.2.4](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.3...v1.2.4) (2025-05-11)
146+
147+
148+
### Bug Fixes
149+
150+
* update mastodon action ([#265](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/265)) ([23ba7ce](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/23ba7ce9073e79966102878feac617ac503d42b1))
151+
152+
## [1.2.3](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.2...v1.2.3) (2025-05-11)
153+
154+
155+
### Bug Fixes
156+
157+
* using latest fix for the announcement action ([#263](https://github.com/snakemake/snakemake-executor-plugin-slurm/issues/263)) ([efd1f88](https://github.com/snakemake/snakemake-executor-plugin-slurm/commit/efd1f88e8426cfd6071819e19f18826ce215a81a))
158+
3159
## [1.2.2](https://github.com/snakemake/snakemake-executor-plugin-slurm/compare/v1.2.1...v1.2.2) (2025-05-08)
4160

5161

0 commit comments

Comments
 (0)