1.0.6 • Published 1 year ago

versup v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Versup

Helps you to keep version of your application in tags

Usage

Preparations

Define env variable REMOTE_WITH_TOKEN=<url> where <url> is a string of url to your repo with access token (e.g. https://<access-token-name>:<access-token>@gitlab.com/myuser/myrepo.git)

Create config file version.config.js in your project root dir. Follow the example from this project. Or create global variable VER_CONFIG_PATH=<path> where <path> is your path to config.js file relative to the project root dir.

Docker

In progress

NPM

  1. Install it
npm install --save-dev versup
  1. Add npx command to your pipeline
npx versup
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago