@visualon/gitea-releaser 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -1
- package/package.json +8 -1
package/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
# gitea-releaser
|
|
2
2
|
|
|
3
|
-

|
|
3
|
+
[](https://github.com/visualon/gitea-releaser/blob/main/LICENSE)
|
|
4
4
|
[](https://github.com/visualon/gitea-releaser/actions/workflows/test.yml)
|
|
5
|
+
[](https://github.com/visualon/gitea-releaser/releases)
|
|
6
|
+
[](https://www.npmjs.com/package/@visualon/gitea-releaser)
|
|
7
|
+
[](https://www.npmjs.com/package/@visualon/gitea-releaser)
|
|
5
8
|
|
|
6
9
|
Gitea releaser tool to publish Gitea / Forgejo releases from Jenkins pipelines.
|
|
7
10
|
Release notes are generated with `conventional-changelog` and `conventional-commits`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visualon/gitea-releaser",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"keywords": [
|
|
5
5
|
"gitea",
|
|
6
6
|
"forgejo",
|
|
@@ -9,6 +9,13 @@
|
|
|
9
9
|
"conventional-commits",
|
|
10
10
|
"conventional-changelog"
|
|
11
11
|
],
|
|
12
|
+
"bugs": {
|
|
13
|
+
"url": "https://github.com/visualon/gitea-releaser/issues"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/visualon/gitea-releaser.git"
|
|
18
|
+
},
|
|
12
19
|
"license": "MIT",
|
|
13
20
|
"author": "VisualOn GmbH <info@visualon.de>",
|
|
14
21
|
"contributors": [
|