Skip to content

Commit

Permalink
More release doc updates
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Nov 5, 2024
1 parent cd0ea7c commit f89d477
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions doc/dev/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,20 +37,19 @@ of yokadi.
git push
```

- [ ] When CI has checked the branch, merge changes in master
- [ ] Open PR to merge in master

```
git checkout master
git pull
git merge dev
git push
gh pr create --fill
```

- [ ] Tag the release

```
git checkout master
git pull
git tag -a $version -m "Releasing $version"
git push --tags
git push origin $version
```

## In yokadi.github.com checkout
Expand Down

0 comments on commit f89d477

Please sign in to comment.