Skip to content

Commit 3e168f2

Browse files
committed
Remove references to old release process in README.
1 parent ae84f7d commit 3e168f2

File tree

2 files changed

+3
-34
lines changed

2 files changed

+3
-34
lines changed

README.md

Lines changed: 1 addition & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unified Runtime
22

3-
[![Build and test](https://github.com/oneapi-src/unified-runtime/actions/workflows/cmake.yml/badge.svg)](https://github.com/oneapi-src/unified-runtime/actions/workflows/cmake.yml)
3+
[![Pre-commit](https://github.com/intel/llvm/actions/workflows/ur-precommit.yml/badge.svg)](https://github.com/intel/llvm/actions/workflows/ur-precommit.yml)
44
[![Nightly](https://github.com/oneapi-src/unified-runtime/actions/workflows/nightly.yml/badge.svg)](https://github.com/oneapi-src/unified-runtime/actions/workflows/nightly.yml)
55
[![Deploy documentation to Pages](https://github.com/oneapi-src/unified-runtime/actions/workflows/docs.yml/badge.svg)](https://github.com/oneapi-src/unified-runtime/actions/workflows/docs.yml)
66
[![Compute Benchmarks Nightly](https://github.com/oneapi-src/unified-runtime/actions/workflows/benchmarks-nightly.yml/badge.svg)](https://github.com/oneapi-src/unified-runtime/actions/workflows/benchmarks-nightly.yml)
@@ -60,14 +60,6 @@ add_executable(example example.cpp)
6060
target_link_libraries(example PUBLIC unified-runtime::headers)
6161
```
6262

63-
### Weekly tags
64-
65-
Each Friday at 23:00 UTC time a [prerelease
66-
tag](https://github.com/oneapi-src/unified-runtime/releases) is created which
67-
takes the form `weekly-YYYY-MM-DD`. These tags should be used by downstream
68-
projects which intend to track development closely but maintain a fixed point in
69-
history to avoid pulling potentially breaking changes from the `main` branch.
70-
7163
## Third-Party tools
7264

7365
The recommended method to install the third-party tools is using a Python
@@ -207,26 +199,3 @@ Code is generated using included [Python scripts](/scripts/README.md).
207199

208200
Documentation is generated from source code using Sphinx -
209201
see [scripts dir](/scripts/README.md) for details.
210-
211-
## Release Process
212-
213-
Unified Runtime releases are aligned with oneAPI releases. Once all changes
214-
planned for a release have been accepted, the release process is defined as:
215-
216-
1. Create a new release branch based on the [main][main-branch] branch taking
217-
the form `v<major>.<minor>.x` where `x` is a placeholder for the patch
218-
version. This branch will always contain the latest patch version for a given
219-
release.
220-
2. Create a PR to increment the CMake project version on the [main][main-branch]
221-
and merge before accepting any other changes.
222-
3. Create a new tag based on the latest commit on the release branch taking the
223-
form `v<major>.<minor>.<patch>`.
224-
4. Create a [new GitHub release][new-github-release] using the tag created in
225-
the previous step.
226-
* Prior to version 1.0, check the *Set as a pre-release* tick box.
227-
5. Update downstream projects to utilize the release tag. If any issues arise
228-
from integration, apply any necessary hot fixes to `v<major>.<minor>.x`
229-
branch and go back to step 3.
230-
231-
[main-branch]: https://github.com/oneapi-src/unified-runtime/tree/main
232-
[new-github-release]: https://github.com/oneapi-src/unified-runtime/releases/new

scripts/core/CONTRIB.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ regenerate the source.
102102
Generating Source
103103
=================
104104

105-
The specification and many other components in the Unified Runtime repository
105+
The specification and many other components in the Unified Runtime project
106106
are generated from a set of YAML_ files which are used as inputs to a Mako_
107107
based templating system. The YAML file syntax is defined in `YAML syntax`_. To
108108
generate the outputs of the Mako templates a build directory must be
@@ -182,7 +182,7 @@ targeting ``intel/llvm:sycl``.
182182
Please ensure you include the ``[UR]`` tag in the title of your pull request.
183183

184184
When making changes to the specification you *must* commit all changes to files
185-
in the repository as a result of `Generating Source`_.
185+
in the project as a result of `Generating Source`_.
186186

187187
Before your pull request is merged it *must* pass all jobs in the GitHub
188188
Actions workflow and *must* be reviewed by all reviewer teams tagged as

0 commit comments

Comments
 (0)