1.0.6 • Published 2 years ago

versup v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago