1.1.20 • Published 9 years ago

batched-semantic-release v1.1.20

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
9 years ago

batched-semantic-release

Test project showing how to semantically publish multiple commits to NPM from GitLab

Uses semantic-release-gitlab

To publish to NPM use semantic commits and then tag with string that starts with release-.

See .gitlab-ci.yml for actual setup.

Example

This repo has multiple commits at the beginning.

git commit -m "feat(code): test feature 1"
git push origin master
git commit -m "feat(code): test feature 2"
git push origin master
git commit -m "feat(code): test feature 3"
git push origin master

I pushed the commits and the GitLab CI But only the "test" job has executed, not the "deploy" one. Now let us publish this project to NPM by tagging a commit with "release-" string. I prefer using the date

git tag release-2016-08-30

The "deploy" job runs and publishes a version of this package to NPM

npm http 200 https://registry.npmjs.org/batched-semantic-release
+ batched-semantic-release@1.0.0

Now add another commit feat(tag): describe tag example and release it

git tag release-again
1.1.20

9 years ago

1.1.19

9 years ago

1.1.18

9 years ago

1.1.17

9 years ago

1.1.16

9 years ago

1.1.15

9 years ago

1.1.14

9 years ago

1.1.13

9 years ago

1.1.12

9 years ago

1.1.11

9 years ago

1.1.10

9 years ago

1.1.9

9 years ago

1.1.8

9 years ago

1.1.7

9 years ago

1.1.6

9 years ago

1.1.5

9 years ago

1.1.4

9 years ago

1.1.3

9 years ago

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago