commit | 07ece748876891301ac6eaba354541d4a57d39c6 | [log] [tgz] |
---|---|---|
author | Chris Frantz <cfrantz@google.com> | Thu Jul 28 16:08:37 2022 -0700 |
committer | Timothy Trippel <5633066+timothytrippel@users.noreply.github.com> | Tue Aug 09 17:30:50 2022 -0400 |
tree | 7f20ccd16ffdeefd256a44269d68830527e0cfcc | |
parent | 8e7294516edb183db9377009235bc504fde40a78 [diff] |
[bazel] Create release automation 1. Import the github CLI tool `gh`. 2. Use bazel rules to automate the release process. A release can be performed via: ```bash bazel run //release -- RELEASE_TAG_NAME ``` This will build the release artifacts, create a tag within the repository with `RELEASE_TAG_NAME`, create a release from that tag and upload the release artifacts to github under that release. Signed-off-by: Chris Frantz <cfrantz@google.com>
OpenTitan is an open source silicon Root of Trust (RoT) project. OpenTitan will make the silicon RoT design and implementation more transparent, trustworthy, and secure for enterprises, platform providers, and chip manufacturers. OpenTitan is administered by lowRISC CIC as a collaborative project to produce high quality, open IP for instantiation as a full-featured product. See the OpenTitan site and OpenTitan docs for more information about the project.
This repository contains hardware, software and utilities written as part of the OpenTitan project. It is structured as monolithic repository, or “monorepo”, where all components live in one repository. It exists to enable collaboration across partners participating in the OpenTitan project.
The project contains comprehensive documentation of all IPs and tools. You can access it online at docs.opentitan.org.
Have a look at CONTRIBUTING and our documentation on project organization and processes for guidelines on how to contribute code to this repository.
Unless otherwise noted, everything in this repository is covered by the Apache License, Version 2.0 (see LICENSE for full text).