Skip to content

Commit 2d97ccf

Browse files
authored
Simplify release process by removing dependency upgrade steps (#792)
Removed instructions for upgrading dependencies from the release process.
1 parent 5e8c82a commit 2d97ccf

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

RELEASING.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ Create a PR titled `vX.Y.Z` ([example](https://github.com/amacneil/dbmate/pull/6
1010

1111
- Update [version.go](/pkg/dbmate/version.go) with new version number
1212

13-
**Commit 2: `Upgrade dependencies`**
14-
15-
- Update `Dockerfile` with the latest stable release of [golangci-lint](https://github.com/golangci/golangci-lint/releases)
16-
- Run `make update-deps` to update all Go and TypeScript dependencies
17-
1813
## 2. Create GitHub Release
1914

2015
After the PR is merged, create a new release titled `vX.Y.Z` on the [releases page](https://github.com/amacneil/dbmate/releases) and write release notes.

0 commit comments

Comments
 (0)