mirror of https://github.com/microsoft/autogen.git
Update example tag command (#4863)
* Update example tag command * Update CONTRIBUTING.md * Update CONTRIBUTING.md --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
parent
fb1094d9c3
commit
68edf089cd
|
@ -49,8 +49,8 @@ We will update verion numbers according to the following rules:
|
|||
|
||||
1. Create a PR that updates the version numbers across the codebase ([example](https://github.com/microsoft/autogen/pull/4359))
|
||||
2. The docs CI will fail for the PR, but this is expected and will be resolved in the next step
|
||||
2. After merging the PR, create and push a tag that corresponds to the new verion. For example, for `0.4.0.dev12`:
|
||||
- `git tag 0.4.0.dev12 && git push origin 0.4.0.dev12`
|
||||
2. After merging the PR, create and push a tag that corresponds to the new verion. For example, for `0.4.0.dev13`:
|
||||
- `git tag v0.4.0.dev13 && git push origin v0.4.0.dev13`
|
||||
3. Restart the docs CI by finding the failed [job corresponding to the `push` event](https://github.com/microsoft/autogen/actions/workflows/docs.yml) and restarting all jobs
|
||||
4. Run [this](https://github.com/microsoft/autogen/actions/workflows/single-python-package.yml) workflow for each of the packages that need to be released and get an approval for the release for it to run
|
||||
|
||||
|
|
Loading…
Reference in New Issue