Skip to content

Commit 6226741

Browse files
committed
chore: set deployment environment
1 parent 0369cf7 commit 6226741

4 files changed

Lines changed: 6 additions & 14 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ on:
44
branches:
55
- master
66

7+
env:
8+
RELEASE_PR_PREFIX: 'chore: release'
79
jobs:
810
release:
911
runs-on: ubuntu-latest
12+
environment: ${{ startsWith(github.event.head_commit.message, env.RELEASE_PR_PREFIX) && 'npm' || '' }}
1013
steps:
1114
- uses: google-github-actions/release-please-action@v3
1215
id: release

CHANGELOG.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
# Changelog
22

3-
## [2.0.0-alpha.0](https://github.com/blackbaud/angular-tree-component/compare/1.0.0...2.0.0-alpha.0) (2025-10-27)
4-
5-
6-
### ⚠ BREAKING CHANGES
7-
8-
* support Angular 20 ([#8](https://github.com/blackbaud/angular-tree-component/issues/8))
9-
10-
### Features
11-
12-
* support Angular 20 ([#8](https://github.com/blackbaud/angular-tree-component/issues/8)) ([b2c9032](https://github.com/blackbaud/angular-tree-component/commit/b2c9032abf3d49042cdb9d716e872d3ade5eec8e))
13-
143
## [1.0.0](https://github.com/blackbaud/angular-tree-component/compare/1.0.0-alpha.0...1.0.0) (2023-09-14)
154

165

package-lock.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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-tree-component",
3-
"version": "2.0.0-alpha.0",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "A simple yet powerful tree component for Angular",
66
"author": "blackbaud",

0 commit comments

Comments
 (0)