Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1085ba4502 | ||
|
|
cc65eb1ba9 |
@@ -133,7 +133,7 @@ steps:
|
||||
fi
|
||||
depends_on: [ package ]
|
||||
|
||||
# Étape 7: Commit et tag (après publication)
|
||||
# Étape 7: Commit et tag
|
||||
- name: commit_tag
|
||||
image: *git_image
|
||||
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,7 +1,7 @@
|
||||
{
|
||||
"name": "cicd",
|
||||
"private": true,
|
||||
"version": "0.0.35",
|
||||
"version": "0.0.36",
|
||||
"description": "Node.js Rest Apis with Express, Sequelize & PostgreSQL",
|
||||
"scripts": {
|
||||
"update:patch": "node scripts/update-version.js -patch",
|
||||
|
||||
Reference in New Issue
Block a user