The rosetta-models/demo repository is a demonstration project showcasing the capabilities of the Rosetta platform. It specifically models a subset of the European vehicle emission regulations and is entirely standalone, not connected to the Common Domain Model (CDM) in any way.
Key Features:
- Purpose: Demonstrates Rosetta’s modeling capabilities using a real-world regulatory framework.
- Model: The Vehicle Emissions regulatory model is implemented in Rune.
- Structure: Includes source code (rosetta-source), tests, and configuration files.
This repository serves as a practical example for those interested in understanding how the Rosetta platform can be applied to model complex regulatory requirements.
- Go to the releases page.
- Click on
Draft a new release. - Make sure the target branch is
master. - In the
Select Tagbox, the latest version will be the top. - Increment that semantic version and enter in the
Select Tagbox and clickCreate new tag. - Click on
Generate release notes. This will generate the title and changelog based on the commits since the last release. - The generated release notes will have links to the Pull Requests that were merged since the last release.
- For each PR generated by Rosetta, there will be a release note as a comment of the PR. Replace each PR link with PR Release Notes.
- Click Publish release.
- The release will trigger a build in the CI/CD pipeline.
- The build will publish the new version of the Demo Project to the Artifact Registry.
- The release will also trigger a notification email to the project maintainers.