You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
Upon releasing a new version there's some checks and updates to be made:
4
4
5
5
- Clear your local repository with: `git add . && git reset --hard && git checkout master`
6
-
- Update the version number in `src/Domain/Kernel` file
6
+
- Update the version number in `src/Domain/Kernel.php` file
7
7
- Update the version number in `docs/package.json` file
8
8
- Check the contents on https://github.com/nunomaduro/phpinsights/compare/{latest_version}...master and update the [changelog](CHANGELOG.md) file with the modifications on this release
9
9
> Note: make sure that there is no breaking changes and you may use `git tag --list` to check the latest release
10
-
- Commit the `src/Domain/Kernel`, `docs/package.json` and `CHANGELOG.md` with the message: `git commit -m "Bump version to {new_version}"`
10
+
- Commit the `src/Domain/Kernel.php`, `docs/package.json` and `CHANGELOG.md` with the message: `git commit -m "Bump version to {new_version}"`
0 commit comments