Skip to content

Commit

Permalink
add automation for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jsevedge committed May 4, 2020
1 parent d1dd24c commit 99dc416
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,15 @@ pages:
paths:
- public
only:
- develop
- develop

# publish package to NPM
publish_package_to_npm:
stage: publish
tags:
- cm-official-docker-executor
script:
- echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
- npm publish
only:
- tags
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Benefits:
## Table of Contents

- [Usage](#usage)
- [User Documentation](#user-documentation)

## Usage

Expand Down Expand Up @@ -56,7 +57,7 @@ See the source repository [here](https://github.com/f5devcentral/f5-sdk-js).

## User Documentation

F5 SDK JS version 0.9.0 is a public preview. Documentation for this feature is coming soon to [clouddocs.f5.com](https://clouddocs.f5.com/). If you have a specific documentation request, you can file an issue through GitHub.
The F5 SDK (JS) is in public preview. Documentation for this SDK is coming soon to [clouddocs.f5.com](https://clouddocs.f5.com/). If you have a specific documentation request, you can file an issue through GitHub.

## Filing Issues and Getting Help

Expand Down

0 comments on commit 99dc416

Please sign in to comment.