Skip to content

Commit

Permalink
build: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
32teeth committed Sep 10, 2024
1 parent b7fd617 commit e445477
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#registry=https://npm.pkg.github.com/@32teeth
registry=https://registry.npmjs.com/
20
loglevel=silent
#loglevel=silent
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### 0.0.3

What changed in this version?

* Change 1
* Change 2
* Change 3

### 0.0.2

What changed in this version?
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "git+https://github.com/32teeth/generic-nodejs-express-api.git"
},
"license": "CC-BY-SA-4.0",
"version": "0.0.2",
"version": "0.0.3",
"keywords": [
"nodejs",
"express",
Expand Down
16 changes: 8 additions & 8 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ github() {

gh release create "$version" --generate-notes --title "$version" --notes "Release $version"

echo "Running npm publish"
npm publish
if [ $? -ne 0 ]; then
echo "npm publish failed"
exit 1
else
echo "npm publish succeeded"
fi
#echo "Running npm publish"
#npm publish
#if [ $? -ne 0 ]; then
# echo "npm publish failed"
# exit 1
#else
# echo "npm publish succeeded"
#fi
}

changelog() {
Expand Down

0 comments on commit e445477

Please sign in to comment.