Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Feb 17, 2022
1 parent ddac087 commit 2f60e72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions How-To-Release.md
Expand Up @@ -15,8 +15,8 @@ git push origin ${VERSION}
./set-next-patch-version.sh
# or
./set-next-minor-version.sh
NEW_VERSION=$(./get-release-version.sh)
sed -i."" "s/${VERSION}/${NEW_VERSION}/g" README.md
# Update REAMD
git add README.md
git commit -m "Update README"
git push origin develop
```
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -59,7 +59,7 @@ your `pom.xml`:
<dependency>
<groupId>am.ik.yavi</groupId>
<artifactId>yavi</artifactId>
<version>0.10.0</version>
<version>0.10.1</version>
</dependency>
```

Expand Down

0 comments on commit 2f60e72

Please sign in to comment.