Skip to content

Commit

Permalink
bring main on dev level (#78)
Browse files Browse the repository at this point in the history
* fix: test dev release

* ci: test on dev as well

* chore(release): 1.0.5 [skip ci]

## [1.0.5](v1.0.4...v1.0.5) (2021-06-02)

### Bug Fixes

* test dev release ([4351ca4](4351ca4))

* fix: test release

* chore(release): 1.0.6 [skip ci]

## [1.0.6](v1.0.5...v1.0.6) (2021-06-02)

### Bug Fixes

* test release ([78308dc](78308dc))

* fix: test release

* chore(release): 1.0.7 [skip ci]

## [1.0.7](v1.0.6...v1.0.7) (2021-06-02)

### Bug Fixes

* test release ([3d8ccc9](3d8ccc9))

* revert: fix: test release

This reverts commit 3d8ccc9.

* chore(release): 1.0.8 [skip ci]

## [1.0.8](v1.0.7...v1.0.8) (2021-06-02)

### Reverts

* fix: test release ([50e219c](50e219c))

* ci: make dev a prerelease branch

Co-authored-by: semantic-release-bot <semantic-release-bot@martynus.net>
Co-authored-by: Brett Zamir <brettz9@yahoo.com>
  • Loading branch information
3 people committed Jun 14, 2021
1 parent 973f5a1 commit cb5eb47
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 6 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ name: Test

on:
push:
branches: [ main ]
branches:
- main
- dev
pull_request:
branches: [ main ]
branches:
- main
- dev

jobs:
build:
Expand Down
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
## [1.0.8](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v1.0.7...v1.0.8) (2021-06-02)


### Reverts

* fix: test release ([50e219c](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/50e219cb8e52e0af6ab858992cb497f5a14f3f96))

## [1.0.7](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v1.0.6...v1.0.7) (2021-06-02)


### Bug Fixes

* test release ([3d8ccc9](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/3d8ccc960c41d5ad1ecace89a307317d58429afd))

## [1.0.6](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v1.0.5...v1.0.6) (2021-06-02)


### Bug Fixes

* test release ([78308dc](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/78308dc9f76dcd49e36685a66867d61d4e2312a7))

## [1.0.5](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/compare/v1.0.4...v1.0.5) (2021-06-02)


### Bug Fixes

* test dev release ([4351ca4](https://github.com/jsdoc-type-pratt-parser/jsdoc-type-pratt-parser/commit/4351ca456960eb39aa72338e011e389d36075832))

## [1.0.4](https://github.com/simonseyock/jsdoc-type-pratt-parser/compare/v1.0.3...v1.0.4) (2021-06-02)


Expand Down
4 changes: 2 additions & 2 deletions 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": "jsdoc-type-pratt-parser",
"version": "1.0.4",
"version": "1.0.8",
"description": "",
"main": "dist/index.js",
"types": "dist/src/index.d.ts",
Expand Down Expand Up @@ -77,7 +77,10 @@
"release": {
"branches": [
"main",
"dev"
{
"name": "dev",
"prerelease": true
}
],
"plugins": [
"@semantic-release/commit-analyzer",
Expand Down

0 comments on commit cb5eb47

Please sign in to comment.