Skip to content

Commit

Permalink
docs: Use a clear name for the Polarion template
Browse files Browse the repository at this point in the history
Before, it was not clear which template to select in the list of templates.
The template name or description didn't contain any reference to Capella or
Capella2Polarion.

In addition, it had a reference to "Deutsche Bahn", but the template can
of cause also be used outside of Deutsche Bahn.
  • Loading branch information
MoritzWeber0 committed Jul 18, 2024
1 parent ec8c357 commit 720d11f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
uses: actions/checkout@v3
- name: Update Template Properties
run: |
sed -i "1s|.*|name=DBS MBSE Template Version ${{ github.ref_name }}|" template/template.properties
sed -i "2s|.*|description=Standard MBSE Template Project for Deutsche Bahn (DBS), $(date '+%d.%m.%Y')|" template/template.properties
sed -i "1s|.*|name=Capella2Polarion Template Version ${{ github.ref_name }}|" template/template.properties
sed -i "2s|.*|description=Template for Capella2Polarion Sync-Projects in Polarion, $(date '+%d.%m.%Y')|" template/template.properties
- name: Zip Template Folder
run: |
mkdir ${{ vars.TEMPLATE_FILENAME }} && cp -r template/. ${{ vars.TEMPLATE_FILENAME }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- SPDX-FileCopyrightText: Copyright DB InfraGO AG and contributors
SPDX-License-Identifier: Apache-2.0 -->

# Polarion Project Template
# Capella2Polarion Project Template
A Polarion project template with icons and predefined work item types, work
item type links for Capella model objects.

Expand Down
4 changes: 2 additions & 2 deletions template/template.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name=DBS MBSE Template Version 1.0
description=Standard MBSE Template Project for Deutsche Bahn (DBS), 21.07.2023
name=Capella2Polarion Template Version X.X
description=Template for Capella2Polarion Sync-Projects in Polarion, %d.%m.%Y
process=.polarion/tracker/fields/workitem-type-enum.xml

0 comments on commit 720d11f

Please sign in to comment.