Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
Virtual Keyboard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Escriptorium
Virtual Keyboard
Merge requests
!44
Publish on npm using CI pipeline
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Publish on npm using CI pipeline
release-npm
into
main
Overview
0
Commits
8
Pipelines
1
Changes
1
Merged
Publish on npm using CI pipeline
Bastien Abadie
requested to merge
release-npm
into
main
Jul 7, 2021
Overview
0
Commits
8
Pipelines
1
Changes
1
Closes
#44 (closed)
0
0
Merge request reports
Viewing commit
0ed762fc
Prev
Next
Show latest version
1 file
+
2
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
0ed762fc
Enable build-lib
· 0ed762fc
Bastien Abadie
authored
Jul 7, 2021
Makefile
0 → 100644
+
9
−
0
View file @ 5e1a07da
Edit in single-file editor
Open in Web IDE
VERSION
=
$(
shell git rev-parse
--short
HEAD
)
.PHONY
:
release
release
:
$(
eval
version:
=
$(
shell
cat
package.json | jq
-r
.version
))
echo
$(
version
)
git commit package.json package-lock.json
-m
"Version
$(
version
)
"
git tag
$(
version
)
git push origin main
$(
version
)
Loading