@shopgate/pwa-releaserdeprecated

A helper to release Shopgate's PWA repositories.

Usage no npm install needed!

<script type="module">
  import shopgatePwaReleaser from 'https://cdn.skypack.dev/@shopgate/pwa-releaser';
</script>

README

Shopgate's PWA releaser

Travis CI Build GitHub release Coverage Status License

A helper to release Shopgate's PWA repositories.

NOTE: This package is meant for Shopgate internal usage only!

Installation

npm install @shopgate/pwa-releaser --save

Usage

To run the releaser you call it inside the releaser root folder:

pwa-release --repo git@github.com:{username}/{repository}.git --version patch

Arguments

| Argument | Required | default | Description | | - | :-: | :-: | - | | --r | yes | - | The URL of the repository that should be released
(e.g. git@github.com:shopgate/theme-gmd.git). | | --v | no | patch | The semver version to update the repository to.
Possible values are patch (default), minor, major |

About Shopgate

Shopgate is the leading mobile commerce platform.

Shopgate offers everything online retailers need to be successful in mobile. Our leading software-as-a-service (SaaS) enables online stores to easily create, maintain and optimize native apps and mobile websites for the iPhone, iPad, Android smartphones and tablets.

License

Shopgate's PWA releaser compiler is available under the Apache License, Version 2.0.

See the LICENSE file for more information.