Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Feb 2, 2022
1 parent 2994ed1 commit a385781
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 11 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: octolog
Title: Better 'Github Action' Logging
Version: 0.0.0.9000
Version: 0.1.0
Authors@R:
person("Jacob", "Wujciak-Jens", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7281-3989"))
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# octolog 0.0.0.9000
# octolog 0.1.0

* Added a `NEWS.md` file to track changes to the package.
* This is the initial release!
54 changes: 46 additions & 8 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"@context": "https://doi.org/10.5063/schema/codemeta-2.0",
"@type": "SoftwareSourceCode",
"identifier": "octolog",
"description": "Provides an API for Github workflow commands and makes it possible to signal conditions from within R that will create annotations when used within Github Actions but raise normal R conditions when used interactively.",
"name": "octolog: Better Github Action Logging",
"description": "Provides an API for 'Github' <https://github.com> workflow commands and makes it possible to signal conditions from within R that will create annotations when used within 'Github Actions' <https://github.com/features/actions> but raise normal R conditions when used interactively.",
"name": "octolog: Better 'Github Action' Logging",
"relatedLink": "https://assignuser.github.io/octolog/",
"codeRepository": "https://github.com/assignUser/octolog",
"issueTracker": "https://github.com/assignUser/octolog/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "0.0.0.9000",
"version": "0.1.0",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand All @@ -34,6 +34,18 @@
}
],
"softwareSuggestions": [
{
"@type": "SoftwareApplication",
"identifier": "knitr",
"name": "knitr",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=knitr"
},
{
"@type": "SoftwareApplication",
"identifier": "covr",
Expand Down Expand Up @@ -71,6 +83,18 @@
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=testthat"
},
{
"@type": "SoftwareApplication",
"identifier": "rmarkdown",
"name": "rmarkdown",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=rmarkdown"
}
],
"softwareRequirements": {
Expand Down Expand Up @@ -124,9 +148,22 @@
"sameAs": "https://CRAN.R-project.org/package=magrittr"
},
"5": {
"@type": "SoftwareApplication",
"identifier": "openssl",
"name": "openssl",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
"name": "Comprehensive R Archive Network (CRAN)",
"url": "https://cran.r-project.org"
},
"sameAs": "https://CRAN.R-project.org/package=openssl"
},
"6": {
"@type": "SoftwareApplication",
"identifier": "rlang",
"name": "rlang",
"version": ">= 1.0.0",
"provider": {
"@id": "https://cran.r-project.org",
"@type": "Organization",
Expand All @@ -135,12 +172,12 @@
},
"sameAs": "https://CRAN.R-project.org/package=rlang"
},
"6": {
"7": {
"@type": "SoftwareApplication",
"identifier": "utils",
"name": "utils"
},
"7": {
"8": {
"@type": "SoftwareApplication",
"identifier": "withr",
"name": "withr",
Expand All @@ -154,9 +191,10 @@
},
"SystemRequirements": null
},
"fileSize": "57.225KB",
"fileSize": "209.536KB",
"releaseNotes": "https://github.com/assignUser/octolog/blob/master/NEWS.md",
"readme": "https://github.com/assignUser/octolog/blob/main/README.md",
"contIntegration": ["https://github.com/assignUser/octolog/actions", "https://app.codecov.io/gh/assignUser/octolog?branch=main"],
"developmentStatus": "https://lifecycle.r-lib.org/articles/stages.html#experimental",
"contIntegration": ["https://github.com/assignUser/octolog/actions", "https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml", "https://app.codecov.io/gh/assignUser/octolog?branch=main"],
"developmentStatus": "https://www.repostatus.org/#active",
"keywords": ["rstats", "actions", "workflows"]
}

0 comments on commit a385781

Please sign in to comment.