Skip to content

Commit 3e78f5b

Browse files
committed
Merge branch 'master' into production
2 parents bcdc415 + 6f22878 commit 3e78f5b

File tree

46 files changed

+1097
-199
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+1097
-199
lines changed

.releaserc.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,19 @@
2222
"types": [
2323
{
2424
"type": "feat",
25-
"section": "New features and notable changes",
2625
"hidden": false
2726
},
2827
{
2928
"type": "fix",
30-
"hidden": true
29+
"hidden": false
3130
},
3231
{
3332
"type": "perf",
34-
"hidden": true
33+
"hidden": false
3534
},
3635
{
3736
"type": "revert",
38-
"hidden": true
37+
"hidden": false
3938
},
4039
{
4140
"type": "docs",
@@ -124,6 +123,9 @@
124123
{
125124
"path": "perun-ldapc/target/perun-ldapc.jar"
126125
},
126+
{
127+
"path": "perun-auditlogger/target/perun-auditlogger.jar"
128+
},
127129
{
128130
"path": "perun-web-gui/target/perun-web-gui.war"
129131
},

0 commit comments

Comments
 (0)