Skip to content

Commit

Permalink
Merge pull request #180 from DSACMS/tier4-checklist-markdown
Browse files Browse the repository at this point in the history
Tier4 checklist markdown
  • Loading branch information
natalialuzuriaga authored Oct 24, 2024
2 parents 48cba1c + bd1096c commit 76fad92
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 4 deletions.
4 changes: 3 additions & 1 deletion release-guidelines-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ The following steps outline the process to prepare a Release Candidate of {{ coo
git push --tags
```

3. Publish a [pre-Release in GitHub][proj-releases-new]:
3. Publish a [pre-Release in GitHub](proj-releases-new):

```md
Tag version: [tag you just pushed]
Expand Down Expand Up @@ -236,5 +236,7 @@ In rare cases, a hotfix for a prior release may be required out-of-phase with th

[proj-releases-new]: https://github.com/{{ cookiecutter.project_org }}/{{ cookiecutter.project_repo_name }}/releases/new

[Inspiration for this document](https://github.com/openmobilityfoundation/governance/blob/main/technical/ReleaseGuidelines.md)



2 changes: 1 addition & 1 deletion tier2/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ The following steps outline the process to prepare a Release Candidate of {{ coo
git push --tags
```

3. Publish a [pre-Release in GitHub][proj-releases-new]:
3. Publish a [pre-Release in GitHub](proj-releases-new):

```md
Tag version: [tag you just pushed]
Expand Down
2 changes: 1 addition & 1 deletion tier3/{{cookiecutter.project_slug}}/MAINTAINERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ The following steps outline the process to prepare a Release Candidate of {{ coo
git push --tags
```

3. Publish a [pre-Release in GitHub][proj-releases-new]:
3. Publish a [pre-Release in GitHub](proj-releases-new):

```md
Tag version: [tag you just pushed]
Expand Down
Loading

0 comments on commit 76fad92

Please sign in to comment.