Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Completed Release Process Documentation. #17

Merged
merged 3 commits into from
Jun 26, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
enabled: true
titleOnly: true
types:
- feat
- fix
- docs
- style
- refactor
- perf
- test
- build
- ci
- chore
- revert
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ You can then make vs code use this environment easily with `ctrl + shift + p` se
5) Verify that your poetry is now running, using the command `poetry --version`.


## Release Process and Requirements of Provena Client:
Follow this guide to better understand the conventions and requirements of
contributing to the Client Library and how it manages automated deployment and testing.

[Release Process for Provena Client Library Confluence Page](https://confluence.csiro.au/pages/viewpage.action?pageId=1920938798)



## Contributing
TODO
Expand Down
Loading