Skip to content

Commit 66f02df

Browse files
committed
feat: improved message text
1 parent 093aeb4 commit 66f02df

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/workflows/post_to_mastodon.sh

+8-4
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,20 @@ MAX_TOOT_LENGTH=500
1717

1818

1919
read -d '\n' message << EndOfText
20-
Beep, Beepi - I am the #Snakemake release bot
20+
Beep, Beep - I am your friendly #Snakemake release announcement bot
2121
22-
I have a new release in for the Snakemake executor for #SLURM on #HPC systems. The version now is '${version}'.
22+
There is a new release of the Snakemake executor for #SLURM on #HPC systems. Its version is '${version}'!
2323
2424
See ${changelog//\'/\\\'}for details.
2525
26-
Get the latest release from #Bioconda or #Pypi. Be sure to give it some time to be released there, too.
26+
Give us some time and you will automatically find it on #Bioconda and #Pypi.
2727
28-
#OpenScience #ReproducibleResearch #ReproducibleComputing
28+
If you want to discuss the release you will find the maintainers here on Mastodon!
29+
2930
31+
If you find any issues, please report them on https://github.com/snakemake/snakemake-executor-plugin-slurm/issues
32+
33+
#Snakemake #HPC #ReproducibleComputing #ReproducibleResearch #OpenScience
3034
EndOfText
3135

3236
# Validate message length

0 commit comments

Comments
 (0)