Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated release blog post numberize - v1.0.0 #310

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _freeze/posts/numberize_v1.0.0/index/execute-results/html.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions posts/numberize_v1.0.0/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: "numberize v1.0.0"
author:
- name: "The Epiverse-TRACE development team"
date: "2024-08-13"
categories: [new-release]
---

We are very excited to announce the release of a new numberize version v1.0.0.
Here is an automatically generated summary of the changes in this version.

## What's Changed
* Misc fixes from review by @Bisaloo in https://github.com/epiverse-trace/numberize/pull/2
* Fix ORCID links by @chartgerink in https://github.com/epiverse-trace/numberize/pull/4
* Fixes en/fr edge cases highlighted by @Bisaloo by @bahadzie in https://github.com/epiverse-trace/numberize/pull/3
* Bahadzie/issue5 by @bahadzie in https://github.com/epiverse-trace/numberize/pull/6
* account for the presence of numeric values in a vector of characters by @Karim-Mane in https://github.com/epiverse-trace/numberize/pull/9
* Bahadzie/issue7 by @bahadzie in https://github.com/epiverse-trace/numberize/pull/8
* CRAN accepted by @bahadzie in https://github.com/epiverse-trace/numberize/pull/13

## New Contributors
* @Bisaloo made their first contribution in https://github.com/epiverse-trace/numberize/pull/2
* @chartgerink made their first contribution in https://github.com/epiverse-trace/numberize/pull/4
* @bahadzie made their first contribution in https://github.com/epiverse-trace/numberize/pull/3
* @Karim-Mane made their first contribution in https://github.com/epiverse-trace/numberize/pull/9

**Full Changelog**: https://github.com/epiverse-trace/numberize/commits/v1.0.0

## Acknowledgements

```{r ctbs, results='asis', echo=FALSE, message = FALSE}
releases <- gh::gh("GET /repos/{owner}/{repo}/releases",
owner = "epiverse-trace",
repo = "numberize") |>
purrr::discard(~ grepl("\\d+\\.\\d+\\.[1-9]\\d*$", .x$tag_name))

ctbs <- usethis::use_tidy_thanks(
"epiverse-trace/numberize",
from = "2023-01-01",
to = "v1.0.0")
ctbs <- ctbs[grep("github-actions\\[bot\\]", ctbs, invert = TRUE)]
cat(glue::glue("[&#x0040;{ctbs}](https://github.com/{ctbs})"))
```
Loading