Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Tor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orbea
Tor
Commits
4259bc36
Commit
4259bc36
authored
2 years ago
by
David Goulet
Browse files
Options
Downloads
Patches
Plain Diff
doc: Clarify the release process for a first stable
Signed-off-by:
David Goulet
<
dgoulet@torproject.org
>
parent
fb4c80f7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/HACKING/ReleasingTor.md
+9
-6
9 additions, 6 deletions
doc/HACKING/ReleasingTor.md
with
9 additions
and
6 deletions
doc/HACKING/ReleasingTor.md
+
9
−
6
View file @
4259bc36
...
...
@@ -132,14 +132,17 @@ do the following:
### New Stable
1.
Create the
`maint-x.y.z`
and
`release-x.y.z`
branches and update the
`./scripts/git/git-list-tor-branches.sh`
with the new version.
1.
Create the
`maint-x.y.z`
and
`release-x.y.z`
branches at the version
tag. Then update the
`./scripts/git/git-list-tor-branches.sh`
with the
new version.
2.
Add the new version in
`./scripts/ci/ci-driver.sh`
.
3.
Forward port the ChangeLog and ReleaseNotes into main branch. Remove any
change logs of stable releases in ReleaseNotes
.
2.
Update
`./scripts/git/git-list-tor-branches.sh`
and
`./scripts/ci/ci-driver.sh`
with the new version in
`maint-x.y.z`
and
then merge forward into main. (If you haven't pushed remotely the new
branches, merge the local branch)
.
3.
In
`main`
, bump version to the next series:
`tor-x.y.0-alpha-dev`
and
then tag it:
`git tag -s tor-x.y.0-alpha-dev`
## Appendix: An alternative means to notify packagers
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment