Skip to content

Commit

Permalink
updating release rc, description and README
Browse files Browse the repository at this point in the history
  • Loading branch information
brycefrank committed Aug 17, 2023
1 parent 9cce0c7 commit 75d8443
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
[
"@semantic-release/exec",
{
"prepareCommand": "./set-version.ps1 testesttest"
"prepareCmd": "powershell ./set-version.ps1 ${nextRelease.version}"
}
],
[
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: models
Title: A Repository of Allometric Models
Version:
Version: 1.0.1
Authors@R:
person("Bryce", "Frank", , "bfrank70@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-2980-6860"))
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ Other ideas? Contact bfrank70@gmail.com to help out.
This repository is versioned separately from `allometric` using
[`semantic-release`](https://github.com/semantic-release/semantic-release),
a Node.js tool that facilitates semantic versioning. This enables a rigid
release framework for new allometric models and modifications therein.
release framework for new allometric models and modifications therein.

To create a new release: `npx semantic-versionin --no-ci`

0 comments on commit 75d8443

Please sign in to comment.