Skip to content

Commit 797cfef

Browse files
committed
add doi
1 parent a385781 commit 797cfef

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ output:
1212
[![R-CMD-check](https://github.com/assignUser/octolog/workflows/R-CMD-check/badge.svg)](https://github.com/assignUser/octolog/actions)
1313
[![pkgcheck](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml)
1414
[![Codecov test coverage](https://codecov.io/gh/assignUser/octolog/branch/main/graph/badge.svg)](https://app.codecov.io/gh/assignUser/octolog?branch=main)
15+
[![DOI](https://zenodo.org/badge/451156961.svg)](https://zenodo.org/badge/latestdoi/451156961)
1516
<!-- badges: end -->
1617

1718
Octolog provides a complete[^1] API for Github [workflow commands](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions) that makes it easy to create powerful Github Actions that create readable logs.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
1212
[![pkgcheck](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml/badge.svg)](https://github.com/assignUser/octolog/actions/workflows/pkgcheck.yaml)
1313
[![Codecov test
1414
coverage](https://codecov.io/gh/assignUser/octolog/branch/main/graph/badge.svg)](https://app.codecov.io/gh/assignUser/octolog?branch=main)
15+
[![DOI](https://zenodo.org/badge/451156961.svg)](https://zenodo.org/badge/latestdoi/451156961)
1516
<!-- badges: end -->
1617

1718
Octolog provides a complete[^1] API for Github [workflow

inst/CITATION

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
citHeader("To cite octolog in publications use:")
2+
3+
citEntry(
4+
entry = "Manual",
5+
title = "octolog: Better 'Github Action' Logging",
6+
author = "Jacob Wujciak-Jens",
7+
note = "https://github.com/assignUser/octolog, https://assignuser.github.io/octolog/",
8+
year = 2022,
9+
url = "https://doi.org/10.5281/zenodo.5948954",
10+
doi = "10.5281/zenodo.5948954",
11+
textVersion = paste(
12+
"Jacob Wujciak-Jens (2022).",
13+
"octolog: Better 'Github Action' Logging.",
14+
"doi: 10.5281/zenodo.5948955",
15+
"https://assignuser.github.io/octolog"
16+
)
17+
)

0 commit comments

Comments
 (0)