2.0.2 • Published 3 months ago

@eik/semantic-release v2.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Eik Semantic Release Plugin

This plugin will first determine if a repo has changes to relevant files before versioning and publishing these files to an Eik server.

N.B. Currently, this plugin expects that your Eik project uses an eik.json file (rather than configuration in package.json)

Setup

  1. Setup Semantic Release as per guides

https://semantic-release.gitbook.io/semantic-release/usage/getting-started

Consider using the interactive CLI

npx semantic-release-cli setup
  1. Install plugins
npm install -D @eik/semantic-release @semantic-release/git
  1. Create/edit release.config.js file to load plugins
export default {
    plugins: [
        '@eik/semantic-release',
        ['@semantic-release/git', { assets: ['eik.json'] }],
    ],
};

Plugin Environment Variables

This plugin expects the following environment variable to be present.

NameDescription
EIK_TOKENAccess token for Eik server
2.0.2

3 months ago

2.0.1

4 months ago

2.0.0

4 months ago

1.0.7

7 months ago

1.0.6

7 months 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

2 years ago

1.0.0

3 years ago

0.0.1

3 years ago