diff options
| author | 2021-10-24 13:14:37 +0200 | |
|---|---|---|
| committer | 2021-10-24 13:14:37 +0200 | |
| commit | 8b7c3507fe0c8f6e921ee2de2c170ef93eeb7275 (patch) | |
| tree | e79e3f5a59fb8942de79955bd26bf665be0acce8 /vendor/github.com/uptrace/bun/CONTRIBUTING.md | |
| parent | docs typo fix (#290) (diff) | |
| download | gotosocial-8b7c3507fe0c8f6e921ee2de2c170ef93eeb7275.tar.xz | |
upstep bun to v1.0.14 (#291)
Diffstat (limited to 'vendor/github.com/uptrace/bun/CONTRIBUTING.md')
| -rw-r--r-- | vendor/github.com/uptrace/bun/CONTRIBUTING.md | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/vendor/github.com/uptrace/bun/CONTRIBUTING.md b/vendor/github.com/uptrace/bun/CONTRIBUTING.md index 7c435b5ac..03e79cdc4 100644 --- a/vendor/github.com/uptrace/bun/CONTRIBUTING.md +++ b/vendor/github.com/uptrace/bun/CONTRIBUTING.md @@ -12,7 +12,7 @@ cd internal/dbtest 1. Run `release.sh` script which updates versions in go.mod files and pushes a new branch to GitHub: ```shell -./scripts/release.sh -t v1.0.0 +TAG=v1.0.0 ./scripts/release.sh ``` 2. Open a pull request and wait for the build to finish. @@ -20,11 +20,5 @@ cd internal/dbtest 3. Merge the pull request and run `tag.sh` to create tags for packages: ```shell -./scripts/tag.sh -t v1.0.0 -``` - -4. Push the tags: - -```shell -git push origin --tags +TAG=v1.0.0 ./scripts/tag.sh ``` |
