Skip to content

Commit

Permalink
Patch changelog version (#636)
Browse files Browse the repository at this point in the history
* Patch version updates inside covalent folder

* Manually patch the VERSION number
  • Loading branch information
venkatBala authored Jun 10, 2022
1 parent 0b9854c commit a372c99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ jobs:
nl=$'\n'
sed -i '/UNRELEASED/a\'$'\n''\'$'\n'"$changelog_header" CHANGELOG.md
echo $version > VERSION
# Ensure the contents of VERSION file within covalent is
# the same as root level VERSION file
echo $version > covalent/VERSION
echo $message
else
echo "This PR only contains updates to tests and docs. No release will be created."
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

### Operations

- Sync the VERSION file within `covalent` directory to match the root level VERSION
- Manually patch `covalent/VERSION`

## [0.110.0] - 2022-06-10

### Changed
Expand Down
2 changes: 1 addition & 1 deletion covalent/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.108.0
0.110.0

0 comments on commit a372c99

Please sign in to comment.