Skip to content

Commit

Permalink
build: ensure the create_tag script runs
Browse files Browse the repository at this point in the history
  • Loading branch information
AliSajid committed Sep 21, 2024
1 parent 29aeba8 commit 139a093
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: drugfindR
Title: Investigate iLINCS for candidate repurposable drugs
Version: 0.99.990
Version: 0.99.991
Authors@R: c(
person(given = c("Ali", "Sajid"),
family = "Imami",
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/CogDisResLab/drugfindR)
[![CodeFactor](https://www.codefactor.io/repository/github/cogdisreslab/drugfindr/badge)](https://www.codefactor.io/repository/github/cogdisreslab/drugfindr)
![REUSE Compliance](https://img.shields.io/reuse/compliance/github.com%2FCogDisResLab%2FdrugfindR.git)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9473/badge)](https://www.bestpractices.dev/projects/9473)

![GitHub repo size](https://img.shields.io/github/repo-size/CogDisResLab/drugfindR)
![GitHub Issues](https://img.shields.io/github/issues/CogDisResLab/drugfindR)
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/CogDisResLab/drugfindR",
"issueTracker": "https://github.com/CogDisResLab/drugfindR/issues",
"license": "https://spdx.org/licenses/GPL-3.0",
"version": "0.99.990",
"version": "0.99.991",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -350,7 +350,7 @@
"applicationCategory": "Genomics",
"isPartOf": "https://bioconductor.org",
"keywords": ["LINCS", "iLINCS", "drugrepurposing", "drugdiscovery", "transcriptomics", "geneexpression", "geneknockdown", "geneoverexpression", "chemicalperturbagen", "drugfindR", "r", "ilincs", "bioinformatics", "bioinformatics-pipeline"],
"fileSize": "2087.179KB",
"fileSize": "2087.311KB",
"releaseNotes": "https://github.com/CogDisResLab/drugfindR/blob/master/NEWS.md",
"readme": "https://github.com/CogDisResLab/drugfindR/blob/devel/README.md",
"contIntegration": ["https://github.com/CogDisResLab/drugfindR/actions/workflows/rworkflows.yml", "https://app.codecov.io/gh/CogDisResLab/drugfindR?branch=devel"],
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -6663,6 +6663,7 @@ OOSP
OPA
OPALIN
OPCML
OpenSSF
OPHN
Opipramol
OPLAH
Expand Down
2 changes: 1 addition & 1 deletion utilities/create_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ fi

# Create a signed tag if it doesn't already exist
echo "Creating tag for version $VERSION"
git tag -s -a "$TAG" -m "build: New Version $VERSION" --no-verify
git tag -s -a "$TAG" -m "build: New Version $VERSION"

echo "Tag $TAG created"

0 comments on commit 139a093

Please sign in to comment.