Skip to content

Commit

Permalink
Update Gaffer version now updates all references (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
t92549 authored Oct 9, 2023
1 parent 04cb920 commit ef24ebf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-gaffer-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
sed -i'' "s#__version__ = \"$oldVersion\"#__version__ = \"$newVersion\"#g" src/__init__.py
sed -i'' "s#__version__ = \"$oldVersion\"#__version__ = \"$newVersion\"#g" src/*/__init__.py
sed -i'' "s#release = '$oldVersion'#release = '$newVersion'#g" docs/source/conf.py
sed -i'' "s#road-traffic-rest-$oldVersion.war#road-traffic-rest-$newVersion.war#g" .github/workflows/continuous-integration.yaml
sed -i'' "s#road-traffic-rest\/$oldVersion\/#road-traffic-rest\/$newVersion\/#g" .github/workflows/continuous-integration.yaml
- name: Update gafferpy
run: |
Expand Down

0 comments on commit ef24ebf

Please sign in to comment.