mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-13 05:27:29 -06:00
upstep bun to v1.0.14 (#291)
This commit is contained in:
parent
84a8a07f38
commit
8b7c3507fe
100 changed files with 5071 additions and 3836 deletions
10
vendor/github.com/uptrace/bun/CONTRIBUTING.md
generated
vendored
10
vendor/github.com/uptrace/bun/CONTRIBUTING.md
generated
vendored
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue