Skip to content

Commit

Permalink
Remove release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
vycius committed Jul 18, 2023
1 parent f8c7a67 commit 206f64e
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 1,499 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ test
.git
.github
.env.example
.release-it.json
*.md
!README*.md
16 changes: 0 additions & 16 deletions .release-it.json

This file was deleted.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ To deploy the application to the production environment, create a new GitHub rel
4. Provide a version number, such as `1.2.3`, and other relevant information.
5. Click on the "Publish release" button.
Alternatively, you can run `yarn release` on your computer, and the GitHub release page will be prefilled.
### Staging
The `main` branch of the repository is automatically deployed to the staging environment. Any changes pushed to the main
Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
"lint": "eslint --ext .js,.ts .",
"dc:up": "docker compose -p zuvinimas-backend up --build -d",
"dc:down": "docker compose -p zuvinimas-backend down",
"dc:logs": "docker compose -p zuvinimas-backend logs -f",
"release": "release-it"
"dc:logs": "docker compose -p zuvinimas-backend logs -f"
},
"keywords": [
"microservices",
Expand Down Expand Up @@ -48,7 +47,6 @@
"moleculer-repl": "^0.7.3",
"prettier": "2.8.4",
"prettier-plugin-organize-imports": "^3.2.2",
"release-it": "^15.10.3",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^5.0.2"
Expand Down
Loading

0 comments on commit 206f64e

Please sign in to comment.