1
0
mirror of https://github.com/opencontainers/distribution-spec.git synced 2026-02-05 09:45:54 +01:00

5 Commits

Author SHA1 Message Date
Brandon Mitchell
e032387939 Add a release step for specs.opencontainers.org
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2025-01-24 10:52:01 -05:00
Brandon Mitchell
82954d9048 Add step to update website after a release
This also cleaned up linting issues in the doc and replaced references to the runtime spec.

Signed-off-by: Brandon Mitchell <git@bmitch.net>
2024-09-10 16:44:47 -04:00
Brandon Mitchell
7d2d9ffde9 releases: use +dev as in-development suffix
Signed-off-by: Brandon Mitchell <git@bmitch.net>
2023-05-22 16:00:21 -04:00
Sajay Antony
bd87eeeceb docs: Update release process docs with checklist
Copy over the Release doc from opencontainers/runtime-spec/blob/main/RELEASES.md

Signed-off-by: Sajay Antony <sajaya@microsoft.com>
2022-09-21 17:23:58 +00:00
W. Trevor King
be21fe944d *: Pull in project-template 61d73a3
Seed this new project with the template, as specified in the TOB
proposal [1].  My personal preference is to merge to preserve the
history and make future updates easier.  But I've had trouble with
that in the past [2], so this commit drops the template history.
Generated with:

  $ git remote add project-template git://github.com/opencontainers/project-template.git
  $ git fetch project-template
  $ git show --oneline project-template/master
  61d73a3 (project-template/master) Merge pull request #40 from wking/minor-patch-bullet
  $ git read-tree project-template/master
  $ git add -A .
  $ git checkout HEAD -- README.md
  $ git commit -sv

[1]: 3619df26fa/proposals/distribution.md (governance-and-releases)
[2]: https://github.com/opencontainers/go-digest/pull/20#issuecomment-273344526

Signed-off-by: W. Trevor King <wking@tremily.us>
2018-04-04 15:17:31 -07:00