@cirocfc/yet-another-github-branch-protection-tool
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
@@ -6,4 +6,12 @@ # Change Log | ||
## [0.0.1-alpha.2](https://github.com/cirocfc/yet-another/compare/@cirocfc/yet-another-github-branch-protection-tool@0.0.1-alpha.1...@cirocfc/yet-another-github-branch-protection-tool@0.0.1-alpha.2) (2020-10-07) | ||
**Note:** Version bump only for package @cirocfc/yet-another-github-branch-protection-tool | ||
## 0.0.1-alpha.1 (2020-10-07) | ||
**Note:** Version bump only for package @cirocfc/yet-another-github-branch-protection-tool |
@@ -7,3 +7,3 @@ { | ||
}, | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"main": "lib/index.js", | ||
@@ -39,3 +39,3 @@ "bin": { | ||
"license": "MIT", | ||
"gitHead": "61f8f87c462d4297dcc9e693a4dd2b2fe4eca520" | ||
"gitHead": "6096184299c56022c57f2fc4af77d6e5e7ef466e" | ||
} |
@@ -26,3 +26,3 @@ [![npm](https://img.shields.io/npm/v/@cirocfc/yet-another-github-branch-protection-tool.svg?style=flat-square)](https://www.npmjs.com/package/@cirocfc/yet-another-github-branch-protection-tool) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=flat-square)](http://commitizen.github.io/cz-cli/) | ||
```sh | ||
yarn ya-branch-protect --project=<project-name-from-projects.yaml> --locked | ||
yarn ya-protect-branch --project=<project-name-from-projects.yaml> --locked | ||
``` | ||
@@ -33,5 +33,5 @@ | ||
```sh | ||
yarn ya-branch-protect --project=<project-name-from-projects.yaml> | ||
yarn ya-protect-branch --project=<project-name-from-projects.yaml> | ||
``` | ||
That's it. Enjoy! |
7229