From 8ade547de7575a8c2cd9049eb2293dff8f7ad678 Mon Sep 17 00:00:00 2001 From: Manuel Vogel Date: Tue, 22 Jun 2021 17:21:35 +0200 Subject: [PATCH] docs(contributing): add oneline cli git cmd to get the changes since the last tag --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f07be975..47389703 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -183,7 +183,7 @@ Push your branch to your `terraform-provider-docker` fork and open a pull request against the master branch. ## Releasing -- Update the `CHANGELOG.md` by hand by [comparing](https://github.com/kreuzwerker/terraform-provider-docker/compare/v2.11.0...master) with the latest release, e.g. `v2.11.0` +- Update the `CHANGELOG.md` by hand by [comparing](https://github.com/kreuzwerker/terraform-provider-docker/compare/v2.11.0...master) with the latest release, e.g. `v2.11.0` or via the `cli` with the command `git log v2.11.0..HEAD --oneline` - Replace all occurrences of the latest release, e.g. `v2.11.0` with the new one, e.g. `v2.12.2`, except in the files `CHANGELOG.md`, `CONTRIBUTING.md`, `docs/**/*` - regenerate the website: `make website-generation` - run `git tag v2.12.2 && git push origin master v2.12.2` \ No newline at end of file