Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

Commit 1455d96

Browse files
authored
Merge pull request #10 from DMTF/1.0.0-Versioning
1.0.0 Versioning
2 parents 959ee9a + fd1cc52 commit 1455d96

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Change Log
2+
3+
## [1.0.0] - 2019-10-04
4+
- Initial release

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,10 @@ required arguments:
5656
optional arguments:
5757
-h, --help show this help message and exit
5858
```
59+
60+
## Release Process
61+
62+
1. Update `CHANGELOG.md` with the list of changes since the last release
63+
2. Update the `tool_version` variable in `redfish-uri-validator.py` to reflect the new tool version
64+
3. Push changes to Github
65+
4. Create a new release in Github

redfish-uri-validator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from redfish.ris import RmcApp
2626
import RedfishLogo
2727

28-
tool_version = "0.9.0"
28+
tool_version = "1.0.0"
2929

3030
def run_test( user, password, rhost, openapi ):
3131
"""

0 commit comments

Comments
 (0)