Skip to content

Commit

Permalink
Merge pull request #30 from TEAM-7-SAD/new-branch
Browse files Browse the repository at this point in the history
fix: Update versioning
  • Loading branch information
Carl-Tabuso authored May 30, 2024
2 parents c70acac + 1cfe874 commit e3f947c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
persist-credentials: false

- name: Setup Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/TEAM-7-SAD/SweetAvenuePOS.git"
"url": "git+https://github.com/TEAM-7-SAD/SweetAvenuePOS.git"
},
"files": [
"index.js"
Expand Down
1 change: 1 addition & 0 deletions release.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const config = {
"@semantic-release/npm",
"@semantic-release/github",
],
tagFormat: "${version}-Alpha",
};

module.exports = config;

0 comments on commit e3f947c

Please sign in to comment.