Compare changes
Some changes are not shown.
For a faster browsing experience, only 26 of 28 files are shown. Download one of the files below to see all changes.
+3
−1
+22
−30
+14
−0
COPYING
0 → 100644
+674
−0
File added.
Preview size limit exceeded, changes collapsed.
+1
−1
build
0 → 100755
+3
−0
build.master.properties
0 → 100644
+3
−0
build.production.properties
0 → 100644
+3
−0
build.properties
deleted100644 → 0
+0
−8
+71
−38
expath-pkg.xml
deleted100644 → 0
+0
−14
+2
−2
master.build.properties
deleted100644 → 0
+0
−2
+92
−70
+36
−15
+21
−0
+42
−20
+25
−3
package-lock.json
0 → 100644
+8718
−0
File added.
Preview size limit exceeded, changes collapsed.
package.json
0 → 100644
+65
−0
Original line number | Diff line number | Diff line |
---|---|---|
{
|
||
"private": true,
|
||
"name": "interformat",
|
||
"author": "Stefan Hynek",
|
||
"devDependencies": {
|
||
"@semantic-release/changelog": "^5.0.0",
|
||
"@semantic-release/exec": "^5.0.0",
|
||
"@semantic-release/git": "^9.0.0",
|
||
"@semantic-release/gitlab-config": "^8.0.0",
|
||
"commitizen": "^4.2.3",
|
||
"cz-conventional-changelog": "^3.3.0",
|
||
"semantic-release": "^17.3.3"
|
||
},
|
||
"config": {
|
||
"commitizen": {
|
||
"path": "./node_modules/cz-conventional-changelog"
|
||
}
|
||
},
|
||
"release": {
|
||
"branches": [
|
||
"master"
|
||
],
|
||
"plugins": [
|
||
"@semantic-release/commit-analyzer",
|
||
"@semantic-release/release-notes-generator",
|
||
[
|
||
"@semantic-release/changelog",
|
||
{
|
||
"changelogFile": "CHANGELOG.md"
|
||
}
|
||
],
|
||
[
|
||
"@semantic-release/gitlab",
|
||
{
|
||
"gitlabUrl": "https://gitlab.gwdg.de",
|
||
"assets": [
|
||
{
|
||
"path": ".build/bdn-*.xar",
|
||
"label": "XML Archive File"
|
||
},
|
||
{
|
||
"path": "CHANGELOG.md",
|
||
"label": "Changelog"
|
||
}
|
||
]
|
||
}
|
||
],
|
||
[
|
||
"@semantic-release/exec",
|
||
{
|
||
"prepareCmd": "./prepare production ${nextRelease.version}",
|
||
"publishCmd": "./publish .build/interformat-${nextRelease.version}.xar"
|
||
}
|
||
],
|
||
[
|
||
"@semantic-release/git",
|
||
{
|
||
"assets": [
|
||
"CHANGELOG.md"
|
||
]
|
||
}
|
||
]
|
||
]
|
||
}
|
||
} |
prepare
0 → 100755
+21
−0
publish
0 → 100755
+20
−0
+2
−2