Skip to content

Commit 8562ea5

Browse files
Update docs (#229)
1 parent e9da448 commit 8562ea5

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

libvirt/CONTRIBUTING.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,16 +83,17 @@ We use the following tools:
8383
1 debian10 running
8484
```
8585
86-
### How to bump libvirt's version
86+
### How to release a new virt-stats version
8787
88-
We use tags to release a new version of libvirt. To make a new release, simply create a tag on the `master` branch and the `pypi-upload` GitHub Workflow will take care of the rest.
88+
To deploy a new version of Virt Stats, you will need to create a release. The steps are pretty simple, You can find Github's instruction [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release).
8989
90-
To build a new image, you will need to create a release. The steps are pretty simple, You can find Github's instruction [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release).
91-
92-
* On the repo page, click on release (right side bar).
93-
* Create new release.
94-
* Choose a tag. You should create a new tag for your build. Make sure that you've selected the `master` branch as your target branch.
95-
* Publish the release.
90+
* On the main repo page, click on [Releases](https://github.com/tidalmigrations/machine_stats/releases) (right side bar)
91+
* Create a new release on the `master` branch.
92+
* Choose a tag. The Tag that you create will be used as the new Tidal Tools version. Please follow this convention
93+
* Minor/Patch release: `v2.5.6` → `v2.5.7`
94+
* Major release: `v2.5.10` → `v2.6.0`
95+
* Version release: `v2.6.7` → `v3.0.0`
96+
* **Note:** [machine stats](https://pypi.org/project/machine-stats/) also have the same version number as Virt Stats.
9697
9798
## Finally
9899

unix/CONTRIBUTING.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,17 @@ We use the following tools:
4343
src/machine_stats/*` or `pipenv run pylint src`)
4444
* `bump2version` for version bumps (`pipenv run bump2version`)
4545

46-
### How to bump Machine Stats version
46+
### How to release a new Machine Stats version
4747

48-
We use tags to release a new version of machine stats. To make a new release, simply create a tag on the `master` branch and the `pypi-upload` GitHub Workflow will take care of the rest.
48+
To deploy a new version of Machine Stats, you will need to create a release. The steps are pretty simple, You can find Github's instruction [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release).
4949

50-
To build a new image, you will need to create a release. The steps are pretty simple, You can find Github's instruction [here](https://docs.github.com/en/repositories/releasing-projects-on-github/managing-releases-in-a-repository#creating-a-release).
51-
52-
* On the repo page, click on release (right side bar).
53-
* Create new release.
54-
* Choose a tag. You should create a new tag for your build. Make sure that you've selected the `master` branch as your target branch.
55-
* Publish the release.
50+
* On the main repo page, click on [Releases](https://github.com/tidalmigrations/machine_stats/releases) (right side bar)
51+
* Create a new release on the `master` branch.
52+
* Choose a tag. The Tag that you create will be used as the new Tidal Tools version. Please follow this convention
53+
* Minor/Patch release: `v2.5.6``v2.5.7`
54+
* Major release: `v2.5.10``v2.6.0`
55+
* Version release: `v2.6.7``v3.0.0`
56+
* **Note:** [virt-stats](https://pypi.org/project/virt-stats/) also have the same version number as Machine Stats.
5657

5758
### Introducing breaking changes?
5859

0 commit comments

Comments
 (0)