Skip to content

Commit

Permalink
fledge: Bump version to 0.9.2.9001 (#156)
Browse files Browse the repository at this point in the history
Co-authored-by: krlmlr <[email protected]>
  • Loading branch information
github-actions[bot] and krlmlr authored Dec 23, 2024
1 parent 68f5e97 commit b8765d6
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: chk
Title: Check User-Supplied Function Arguments
Version: 0.9.2.9000
Version: 0.9.2.9001
Authors@R: c(
person("Joe", "Thorley", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7683-4592")),
Expand Down
85 changes: 85 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,90 @@
<!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file -->

# chk 0.9.2.9001

## Chore

- Auto-update from GitHub Actions (#137).

## Continuous integration

- Use pkgdown branch (#144).

- Install via R CMD INSTALL ., not pak (#139).

- Install local package for pkgdown builds.

- Improve support for protected branches with fledge.

- Improve support for protected branches, without fledge.

- Fix bash syntax.

- Fix logic.

- Set SHA truly unconditionally.

- Only set status if unset.

- Correct arguments.

- Fix typo.

- Add workflow_dispatch.

- Run workflow after pushing.

- Fix case with existing PR.

- Support merge queues.

- Dynamic workflows get title so that they can be distinguished in the UI.

- Robust creation of PR.

- Robust creation of PR.

- Succeed if PR exists.

- Force-push to auto-generated PR.

- PR without auto-merge if protected, commit if not.

- Use correct branch for PR.

- Second attempt at pushing and merging.

- Pass token.

- Merge PRs instead of committing to main.

- Fix edge case of no suggested packages.

- Use workflows from actions-sync.

- Sync rcc workflows.

- Sync codecov workflows.

## Documentation

- Register usage of poissontemplate (@maelle, #138).

## Uncategorized

- Merge branch 'main' of github.com:poissonconsulting/chk.

- Merge pull request #143 from flor14/docs_references.

- Merge pull request #145 from flor14/docs_roxygen.

- Merge pull request #141 from flor14/docs_getstarted.

- Merge pull request #142 from flor14/docs_chk_families.

- Merge pull request #134 from poissonconsulting/upkeep-2024-08.


# chk 0.9.2.9000

- Same as previous version.
Expand Down

0 comments on commit b8765d6

Please sign in to comment.