Skip to content

Commit

Permalink
improve new_version runbook
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Oct 23, 2023
1 parent f012d00 commit 53eb449
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions new_version.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## importing a new version

1. `../runbooks/import-upstream 3.11.0a1` # comment out the branch part
2. do this for all of the releases:
0. `git commit --allow-empty -m 'empty initial commit'`
0. `git checkout -b upstream`
0. `git checkout main`
0. `../runbooks/import-upstream 3.11.0a1` # comment out the branch part
0. do this for all of the releases:
- `git checkout upstream -b ubuntu/focal`
- copy the `debian` directory from the previous version
- `git add debian && git commit -m '...'`
Expand Down

0 comments on commit 53eb449

Please sign in to comment.