We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 495c3f7 commit 2a22e9cCopy full SHA for 2a22e9c
3 files changed
.github/workflows/cd_dev.yaml
@@ -79,6 +79,7 @@ jobs:
79
git stash
80
git checkout development
81
git pull
82
+ npm version prerelease --preid=alpha --no-git-tag-version
83
npm install
84
pm2 start ecosystem.config.json --env development --cwd .
85
- name: Wait for service to be ready
.github/workflows/cd_prod.yaml
git checkout main
+ npm version prerelease --preid=alpha
pm2 start ecosystem.config.json --env production --cwd .
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "tpen3-services",
3
- "version": "0.0.0",
+ "version": "0.1.0-alpha.0",
4
"description": "TPEN3 Services for data interaction.",
5
"type": "module",
6
"keywords": [
0 commit comments