Skip to content

Commit

Permalink
fix: adding node package information
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Aug 17, 2023
1 parent ee26a4c commit 437b191
Show file tree
Hide file tree
Showing 5 changed files with 6,927 additions and 12 deletions.
18 changes: 7 additions & 11 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,17 @@
"changelogTitle": "# allometric/models changelog"
}
],
[
"@semantic-release/exec",
{
"prepareCommand": "./set-version.ps1 testesttest"
}
],
[
"@semantic-release/git"
],
[
"@semantic-release/github",
{
"assets": [
{
"path": "parameters/**"
},
{
"path": "publications/**/*.R"
}
]
}
"@semantic-release/github"
]
]
}
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Package: models
Title: A Repository of Allometric Models
Version:
Authors@R:
person("Bryce", "Frank", , "bfrank70@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2980-6860"))
Expand All @@ -15,4 +16,4 @@ Suggests:
Config/testthat/edition: 3
LazyData: true
BugReports: https://github.com/allometric/models/issues
Contact: bfrank70@gmail.com
Contact: bfrank70@gmail.com
Loading

0 comments on commit 437b191

Please sign in to comment.