Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated tagging/release workflow, including the JSON schema file #124

Merged
merged 2 commits into from
Jun 24, 2024

Conversation

gunnar-mb
Copy link
Collaborator

@gunnar-mb gunnar-mb commented Jun 24, 2024

Author: Gunnar Andersson <[email protected]>, MBition GmbH.

Add workflow to automatically release the JSON schema file and tag a release

The program was tested solely for our own use cases, which might differ from yours.

The submission is provided under the main project license (LICENSE file in root of project).

Provider Information

This adds a GitHub action that implements automated deployment (to the
GitHub Releases section) for the JSON schema file.

It is deployed to the release section because some projects want to
depend on the file as a specification of the IFEX Core IDL.

But since the JSON schema is a generated artifact based on the internal
model defined in the source code (ifex_ast.py), it should not be
committed to the source code repository, since there can be a risk of
mismatch.  Therefore it is generated.

Note: It is set up to create a release, and a tag, by inserting
a line like this in the commit:

Signed-off-by: Gunnar Andersson <[email protected]>
Custom fields are allowed in the json schema but here we use the
semi-standard description field.  We don't intend to repeat a long
description of what IFEX Core IDL is here, but it can be used to
indicate the schema version, which is defined using the release tag.

It will be placed there by replacing TAG-PLACEHOLDER in CI.

RELEASE-TAG: spec_v1.3

Signed-off-by: Gunnar Andersson <[email protected]>
@gunnar-mb gunnar-mb changed the title Release workflow Automated tagging/release workflow, including the JSON schema file Jun 24, 2024
@gunnar-mb gunnar-mb merged commit 76a0857 into COVESA:master Jun 24, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant