File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 68
68
name : Dry Run Release
69
69
runs-on : ubuntu-latest
70
70
needs : [ test, javadocs ]
71
- if : ${{ github.ref != 'refs/heads/master' }}
72
71
steps :
73
72
- uses : actions/checkout@v4
74
73
Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.8.0]
9
+
10
+ ### Added
11
+
12
+ * Added CI pipeline for building, testing and local releasing (publishing is still done manually by maintainer)
13
+
8
14
## [ 0.7.0]
9
15
10
16
### Added
Original file line number Diff line number Diff line change 1
1
group =de.kamillionlabs
2
2
name =hateoflux
3
- version =0.7 .0
3
+ version =0.8 .0
You can’t perform that action at this time.
0 commit comments