Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
semantic-release
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
go-semantic-release
semantic-release
Commits
94c3991f
Commit
94c3991f
authored
3 years ago
by
Christoph Witzko
Browse files
Options
Downloads
Patches
Plain Diff
fix: set npm package description
parent
a679c126
Branches
Branches containing commit
Tags
v2.22.4
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+1
-1
1 addition, 1 deletion
.github/workflows/ci.yml
.npm-binary-releaser.yaml
+6
-0
6 additions, 0 deletions
.npm-binary-releaser.yaml
with
7 additions
and
1 deletion
.github/workflows/ci.yml
+
1
−
1
View file @
94c3991f
...
...
@@ -70,7 +70,7 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
-
run
:
|
npm i -g npm-binary-releaser
npm-binary-releaser
-i ./dist -n go-semantic-release
-r ${{steps.semrel.outputs.version}}
--homepage "https://github.com/go-semantic-release/semantic-release" --license MIT --package-name-prefix "@go-semantic-release/" --no-prefix-for-main-package --publish
npm-binary-releaser -r ${{steps.semrel.outputs.version}}
env
:
NPM_TOKEN
:
${{ secrets.NPM_TOKEN }}
if
:
steps.semrel.outputs.version != ''
This diff is collapsed.
Click to expand it.
.npm-binary-releaser.yaml
0 → 100644
+
6
−
0
View file @
94c3991f
name
:
go-semantic-release
description
:
"
fully
automated
package/module/image
publishing"
license
:
MIT
packageNamePrefix
:
"
@go-semantic-release/"
noPrefixForMainPackage
:
true
publish
:
true
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment