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

Sync with Carpentries #114

Merged
merged 16 commits into from
Oct 16, 2024
Merged
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
6 changes: 5 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: sandpaper
Title: Create and Curate Carpentries Lessons
Version: 0.16.6-1
Version: 0.16.9.9000-1
Authors@R: c(
person(given = "Robert",
family = "Davey",
Expand Down Expand Up @@ -55,6 +55,10 @@ Authors@R: c(
family = "Bellini Saibene",
role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-4522-7466")),
person(given = "Martin",
family = "Raden",
role = c("ctb", "trl"),
comment = c(ORCID = "0000-0002-7926-5911")),
person())
Description: We provide tools to build a Carpentries-themed lesson repository
into an accessible standalone static website. These include local tools and
Expand Down
28 changes: 28 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# sandpaper 0.16.8 (2024-10-11)

## BUG FIXES

* Pin workflow to ubuntu-22.04 instead of ubuntu-latest
(reported @chrbknudsen #605, fixed @froggleston #606)
* Update notes to remove excessive build warnings
(@milanmlft #599)

## LANGUAGES

* Add `R-de.po` for German translations of lesson elements
(@martin-raden #607)

## MISC

* Added @martin-raden as a contributor and translator - welcome!


# sandpaper 0.16.7 (2024-09-04)

## BUG FIXES

* Add overwrite option to pr workflow to fix change in default from
[update-artifact action v3 to v4](https://github.com/actions/upload-artifact#breaking-changes)
(@milanmlft #602)


# sandpaper 0.16.6 (2024-08-23)

## BUG FIXES
Expand Down
Binary file added inst/po/de/LC_MESSAGES/R-sandpaper.mo
Binary file not shown.
5 changes: 4 additions & 1 deletion inst/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ on:
jobs:
full-build:
name: "Build Full Site"
runs-on: ubuntu-latest

# 2024-10-01: ubuntu-latest is now 24.04 and R is not installed by default in the runner image
# pin to 22.04 for now
runs-on: ubuntu-22.04
permissions:
checks: write
contents: write
Expand Down
1 change: 1 addition & 0 deletions man/known_languages.Rd

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

1 change: 1 addition & 0 deletions man/sandpaper-package.Rd

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

4 changes: 1 addition & 3 deletions man/yaml_list.Rd

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

Loading
Loading