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

Commit

Permalink
Merge pull request #10 from DMTF/1.0.0-Versioning
Browse files Browse the repository at this point in the history
1.0.0 Versioning
  • Loading branch information
mraineri authored Oct 4, 2019
2 parents 959ee9a + fd1cc52 commit 1455d96
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Change Log

## [1.0.0] - 2019-10-04
- Initial release
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ required arguments:
optional arguments:
-h, --help show this help message and exit
```

## Release Process

1. Update `CHANGELOG.md` with the list of changes since the last release
2. Update the `tool_version` variable in `redfish-uri-validator.py` to reflect the new tool version
3. Push changes to Github
4. Create a new release in Github
2 changes: 1 addition & 1 deletion redfish-uri-validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from redfish.ris import RmcApp
import RedfishLogo

tool_version = "0.9.0"
tool_version = "1.0.0"

def run_test( user, password, rhost, openapi ):
"""
Expand Down

0 comments on commit 1455d96

Please sign in to comment.