I think the release posts template stands a high chance of becoming monotonous in wording. I would suggest we randomize certain words in new posts to add a bit of dynamism in wording.
For example, in
|
We are very excited to announced the release of a new {{ pkgname }} version {{ v }}. |
, we could sample synonyms for "excited" from a package like
syn. For example
replicate(3, paste("We are", sample(as.vector(unlist((syn::syns("excited")))), 1), "to announce the release of a new"))
#> [1] "We are hopped up to announce the release of a new"
#> [2] "We are breathless to announce the release of a new"
#> [3] "We are tickled to announce the release of a new"
Some of these are cringe but I'm sure we can find a way around this. This issue is just to sow a seed.
I think the release posts template stands a high chance of becoming monotonous in wording. I would suggest we randomize certain words in new posts to add a bit of dynamism in wording.
For example, in
epiverse-trace.github.io/_templates/release.qmd
Line 9 in 4421f49
Some of these are cringe but I'm sure we can find a way around this. This issue is just to sow a seed.