File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed
Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " render-deployment" ,
3+ "description" : " A GitHub Action to trigger deployment in Render." ,
4+ "version" : " 1.8.0" ,
5+ "private" : true ,
6+ "type" : " module" ,
7+ "homepage" : " https://github.com/sws2apps/render-deployment#readme" ,
8+ "author" : " Scheduling Workbox System <sws2apps.notification@gmail.com>" ,
9+ "bugs" : {
10+ "url" : " https://github.com/sws2apps/render-deployment/issues" ,
11+ "email" : " sws2apps.notification@gmail.com"
12+ },
13+ "license" : " MIT" ,
14+ "repository" : {
15+ "type" : " git" ,
16+ "url" : " https://github.com/sws2apps/render-deployment.git"
17+ },
18+ "engines" : {
19+ "node" : " >=22" ,
20+ "npm" : " >=10"
21+ },
22+ "scripts" : {
23+ "start-server" : " node backend/index.js"
24+ },
25+ "devDependencies" : {
26+ "@semantic-release/changelog" : " ^6.0.3" ,
27+ "@semantic-release/git" : " ^10.0.1" ,
28+ "express" : " ^5.0.1"
29+ },
30+ "dependencies" : {
31+ "dotenv" : " ^16.4.5" ,
32+ "node-fetch" : " ^3.3.2"
33+ }
34+ }
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module.exports = {
1717 [
1818 '@semantic-release/git' ,
1919 {
20- assets : [ 'CHANGELOG.md' ] ,
20+ assets : [ 'package.json' , ' CHANGELOG.md'] ,
2121 message :
2222 'chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}' ,
2323 } ,
You can’t perform that action at this time.
0 commit comments