This is an automated email from the ASF dual-hosted git repository. skygo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
The following commit(s) were added to refs/heads/master by this push: new c9b8aedfa8 use default github release drafter and update categories. new 0201cfdc9b Merge pull request #4826 from mbien/release-drafter-update c9b8aedfa8 is described below commit c9b8aedfa8434c52fefdfd8d88d069c1e7e81f85 Author: Michael Bien <mbie...@gmail.com> AuthorDate: Thu Oct 20 14:20:28 2022 +0200 use default github release drafter and update categories. --- .github/release-drafter.yml | 34 --------------- .github/release.yml | 80 +++++++++++++++++++++++++++++++++++ .github/workflows/release-drafter.yml | 32 -------------- 3 files changed, 80 insertions(+), 66 deletions(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml deleted file mode 100644 index 63592bd348..0000000000 --- a/.github/release-drafter.yml +++ /dev/null @@ -1,34 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations - -# under the License. -categories: - - title: 'API Changes' - labels: - - 'API Change' - - title: 'UI Changes' - labels: - - 'UI' - - title: 'Gradle' - labels: - - 'Gradle' - - title: 'Maven' - labels: - - 'Maven' -template: | - ## What’s Changed - - $CHANGES diff --git a/.github/release.yml b/.github/release.yml new file mode 100644 index 0000000000..175f18bd8c --- /dev/null +++ b/.github/release.yml @@ -0,0 +1,80 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations + +changelog: + + exclude: + + labels: + - 'Release process' + - 'ci:no-build' + + categories: + + - title: 'API Changes' + labels: + - 'API Change' + + - title: 'UI Changes' + labels: + - 'UI' + - 'Look and Feel' + + - title: 'Gradle' + labels: + - 'Gradle' + + - title: 'Maven' + labels: + - 'Maven' + + - title: 'Java' + labels: + - 'Java' + + - title: 'PHP' + labels: + - 'PHP' + + - title: 'C/C++' + labels: + - 'C/C++' + + - title: 'Enterprise' + labels: + - 'enterprise' + - 'Java EE/Jakarta EE' + - 'Micronaut' + - 'Payara' + + - title: 'Web' + labels: + - 'JavaScript' + - 'TypeScript' + - 'HTML' + + - title: 'Platform' + labels: + - 'Platform' + + - title: 'Maintanance' + labels: + - 'Code cleanup' + - 'Upgrade Library' + + - title: Other Changes + labels: + - "*" diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml deleted file mode 100644 index 3e6e0434fe..0000000000 --- a/.github/workflows/release-drafter.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements. See the NOTICE file -# distributed with this work for additional information -# regarding copyright ownership. The ASF licenses this file -# to you under the Apache License, Version 2.0 (the -# "License"); you may not use this file except in compliance -# with the License. You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -name: Release Drafter -on: -# push: -# branches: -# - master -# - 'release*' - # manual trigger via github workflow UI - workflow_dispatch: - -jobs: - update_release_draft: - runs-on: ubuntu-latest - steps: - - uses: release-drafter/release-drafter@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists