Skip to content

Commit

Permalink
feat: alpha release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
omermorad authored Jan 28, 2021
1 parent ebd2c4e commit 5682bb4
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 14 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,17 @@ workflows:
requires:
- test
- build
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
# filters:
# tags:
# only: /^v.*/
# branches:
# ignore: /.*/

- release:
requires:
- approve
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
# filters:
# tags:
# only: /^v.*/
# branches:
# ignore: /.*/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# 1.0.0-alpha.1 (2021-01-28)


### Features

* faker.ts alpha release ([#11](https://github.com/omermorad/faker.ts/issues/11)) ([67511b7](https://github.com/omermorad/faker.ts/commit/67511b7bc7792e06ac54c752b0ac96ee5337fd35)), closes [#4](https://github.com/omermorad/faker.ts/issues/4) [#7](https://github.com/omermorad/faker.ts/issues/7) [#8](https://github.com/omermorad/faker.ts/issues/8)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![ISC license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)
[![npm version](http://img.shields.io/npm/v/faker.ts.svg?style=flat)](https://npmjs.org/package/faker.ts "View this project on npm")
[![npm version](http://img.shields.io/npm/v/@websolute/faker.ts.svg?style=flat)](https://npmjs.org/package/faker.ts "View this project on npm")
[![Codecov Coverage](https://img.shields.io/codecov/c/github/omermorad/faker.ts/master.svg?style=flat-square)](https://codecov.io/gh/omer-morad-ni/faker.ts)
[![CircleCI](https://circleci.com/gh/omermorad/faker.ts.svg?style=shield)](https://circleci.com/gh/circleci/circleci-docs)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "faker.ts",
"version": "0.0.0-semantic-release",
"name": "@websolute/faker.ts",
"version": "1.0.0-alpha.1",
"license": "MIT",
"description": "Easy to Use, Powered by Decorators, Faker.js TypeScript Wrapper",
"keywords": [
Expand Down Expand Up @@ -92,6 +92,9 @@
"tslint-config-airbnb": "^5.11.2",
"typescript": "^3.9.7"
},
"publishConfig": {
"access": "public"
},
"lint-staged": {
"*.ts": [
"eslint --ext .ts --fix"
Expand Down

0 comments on commit 5682bb4

Please sign in to comment.