Skip to content

Commit

Permalink
Prepare for v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acktsap committed May 18, 2020
1 parent 4000cb7 commit ea43efc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
15 changes: 8 additions & 7 deletions BRANCH-AND-RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@ Follow [successful git branch model](https://nvie.com/posts/a-successful-git-bra
2. Check protobuf version tag to target aergo version and update it if necessary.
3. Check annotations `CHANGELOG.MD` and docs.
4. Change aergo version of test (in `./test/aergo.properties`) and integration test with it.
5. Update version to x.x.x in `gradle.properties`, `README.md` && `git commit -m "Prepare for vx.x.x" && git push origin`.
6. If 5 success in travis ci, `git tag vx.x.x && git push origin vx.x.x`
7. Upload to bintray central.
5. Update version to x.x.x in `gradle.properties`, `README.md` and `CHANGELOG.MD`.
6. `git add . && git commit -m "Prepare for vx.x.x" && git push origin`
7. If 5 success in travis ci, `git tag vx.x.x && git push origin vx.x.x`
8. Upload to bintray central.

```sh
# make sure bintray info(systemProp.bintrayUser, systemProp.bintrayKey)
Expand All @@ -26,13 +27,13 @@ Follow [successful git branch model](https://nvie.com/posts/a-successful-git-bra
> ./gradlew deploy
```

8. Upload heraj-x.x.x-all.jar file to releases.
9. Upload heraj-x.x.x-all.jar file to releases.

```sh
# Making heraj-x.x.x-all.jar
> ./gradlew clean shadowJar
```

9. `git checkout master && git merge release/vx.x.x`
10. `git checkout develop && git merge release/vx.x.x`
11. Update version to x.x.x-SNAPSHOT in gradle.properties and `git commit -m "Start new version" && git push origin"`
10. `git checkout master && git merge release/vx.x.x`
11. `git checkout develop && git merge release/vx.x.x`
12. Update version to x.x.x-SNAPSHOT in gradle.properties and `git commit -m "Start new version" && git push origin"`
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## Next
## v1.4.1 (May 18, 2020)

- Compatibility
- Aergo : TBD
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This repository, heraj is java implementation for hera.

## Latest

v1.4.0
v1.4.1

build with aergo-protobuf [6ce439c7600ae7b167c6c61e66ce2ac38bb2bef9](https://github.com/aergoio/aergo-protobuf/commits/6ce439c7600ae7b167c6c61e66ce2ac38bb2bef9)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# heraj
group=io.aergo
version=1.4.1-SNAPSHOT
version=1.4.1

# java
sourceJavaVersion=1.7
Expand Down

0 comments on commit ea43efc

Please sign in to comment.