Skip to content

Commit 7bcdd14

Browse files
authored
Prepare release v1.0.21 (#120)
* bump version * exclude bump version PRs from release notes
1 parent 2e1f5e9 commit 7bcdd14

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/pr-labeler.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
feature: ['feature-*', 'feat-*']
22
fix: fix-*
33
chore: chore-*
4+
prepare-release: prepare-release-*

.github/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
changelog:
2+
exclude:
3+
labels:
4+
- prepare-release

node/npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@env0/cli",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "env0 CLI",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)