Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
268930859e | ||
|
|
02e548f723 | ||
|
|
1085ba4502 | ||
|
|
cc65eb1ba9 |
@@ -133,7 +133,7 @@ steps:
|
|||||||
fi
|
fi
|
||||||
depends_on: [ package ]
|
depends_on: [ package ]
|
||||||
|
|
||||||
# Étape 7: Commit et tag (après publication)
|
# Étape 7: Commit et tag
|
||||||
- name: commit_tag
|
- name: commit_tag
|
||||||
image: *git_image
|
image: *git_image
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
1
database/src/sql/version-0.0.35-0.0.36.sql
Normal file
1
database/src/sql/version-0.0.35-0.0.36.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-- none
|
||||||
1
database/src/sql/version-0.0.36-0.0.37.sql
Normal file
1
database/src/sql/version-0.0.36-0.0.37.sql
Normal file
@@ -0,0 +1 @@
|
|||||||
|
-- none
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cicd",
|
"name": "cicd",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.35",
|
"version": "0.0.37",
|
||||||
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
|
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"update:patch": "node scripts/update-version.js -patch",
|
"update:patch": "node scripts/update-version.js -patch",
|
||||||
|
|||||||
Reference in New Issue
Block a user