Skip to content

Commit f6661e1

Browse files
authored
Merge pull request #231 from eclipse-score/prepare_release_v1.3.0
Prepare process description release vesion 1.3.0
2 parents bc0a350 + 496f04d commit f6661e1

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

.github/release.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# *******************************************************************************
2+
# Copyright (c) 2025 Contributors to the Eclipse Foundation
3+
#
4+
# See the NOTICE file(s) distributed with this work for additional
5+
# information regarding copyright ownership.
6+
#
7+
# This program and the accompanying materials are made available under the
8+
# terms of the Apache License Version 2.0 which is available at
9+
# https://www.apache.org/licenses/LICENSE-2.0
10+
#
11+
# SPDX-License-Identifier: Apache-2.0
12+
# *******************************************************************************
13+
14+
changelog:
15+
categories:
16+
- title: Feature overview
17+
labels:
18+
- feature_request
19+
- feature_modification
20+
- component_request
21+
- component_modification
22+
- title: What is included (documentation, code, tests, etc.) ?
23+
labels:
24+
- '*'
25+
- title: Known limitations / Bugs
26+
labels:
27+
- bug

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
module(
1515
name = "score_process",
16-
version = "1.2.1",
16+
version = "1.3.0",
1717
compatibility_level = 1,
1818
)
1919

0 commit comments

Comments
 (0)