Commit graph

35 commits

Author SHA1 Message Date
Charlie Drage
9b2fd9ed70
docs(release-docs): add notes regarding cherry picking branch (#15839)
docs(release-docs): add note regarding cherry picking branch

### What does this PR do?

Adds a small note that you must fix create the branch by specifying the
tag in the step, before continuing.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A, found during release process.

### How to test this PR?

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2026-02-12 11:41:24 -05:00
Rujuta Shinde
ec0957f218
chore: updated reddit link in release.md (#15184)
Signed-off-by: Rujuta Shinde <rushinde@redhat.com>
2025-12-03 02:17:12 -05:00
Evzen Gasta
112cb8c3cb chore: updated relase.md file
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2025-11-19 10:32:16 +01:00
Tim deBoer
17e72cf4aa chore: add task issue template
We have kind/* labels for task, release, and technical debt, but our templates don't
cover any of these - you have to create a feature or a bug and then change the type.
This takes longer and leaves a bunch of odd fields in the issue, e.g. 'Is your
feature request related to a problem?'

We're switching to use Github issue types which also includes these three types.

It should be easier to create one of these issue types, but we also don't want to
clutter up the template list with lots of 'internal' types that will make it more
confusing to external users. The proposal is just to add Task, which is generic
enough and easier to switch to Technical debt or Release.

Part of #14777.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
2025-11-17 10:56:52 -05:00
Evzen Gasta
f96ae66276 chore(docs): applied suggestions
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2025-08-14 16:19:54 +02:00
Evzen Gasta
44cce2d271 chore(docs): updated release.md file with new release notes tool options
Signed-off-by: Evzen Gasta <evzen.ml@seznam.cz>
2025-08-14 16:19:54 +02:00
Rujuta Shinde
0880c4a8ff
docs: modified wordings and updated example version number to be the same throughout (#13456)
Signed-off-by: Rujuta Shinde <rushinde@redhat.com>
2025-08-01 09:00:55 -04:00
Sonia Sandler
c6438fc012
docs: add info about pre-release and release versions (#13441)
* docs: add info about pre-release and release versions
Signed-off-by: Sonia Sandler <ssandler@redhat.com>

* chore: adjust location
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2025-07-31 10:59:01 -04:00
Sonia Sandler
2f05867653
docs: add mergify backporting instructions in the release doc (#13440)
Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2025-07-30 16:39:45 -04:00
Florent Benoit
b4c8181fd9 chore: remove brew PR automation
fixes https://github.com/podman-desktop/podman-desktop/issues/12546
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2025-05-21 09:49:00 +02:00
Florent Benoit
25c472d1ae chore: fix typo
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2025-04-14 21:49:16 +02:00
Florent Benoit
2ea6f7ff84 chore: update release procedure
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2025-04-14 21:49:16 +02:00
Florent Benoit
a1c803c3ee chore: update flathub section in the release documentation
with the help of a new automated workflow, it's just a matter
of running a GH workflow

fixes https://github.com/podman-desktop/podman-desktop/issues/9987

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-12-10 13:02:38 +01:00
Charlie Drage
5cb50de064
docs: update release template lowercase headers (#9703)
### What does this PR do?

We usually have it non-capitalized (only capitalize first letter) for
our blogs, release notes, etc. But our templates have every letter
capitalized.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

References: https://github.com/containers/podman-desktop/pull/9628#discussion_r1824469966

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-10-31 10:42:53 -04:00
Sonia Sandler
a96e10134b
docs: update release image static link and product announcement (#9616)
chore: update static image path and product-announce process

Signed-off-by: Sonia Sandler <ssandler@redhat.com>
2024-10-29 17:46:08 -04:00
Charlie Drage
173eb0b12e
docs: update documentation on cherry picking releases (#7804)
* docs: update documentation on cherry picking releases

### What does this PR do?

Updates our release documentation on how to cherry pick PRs and spin up
another release.

### Screenshot / video of UI

<!-- If this PR is changing UI, please include
screenshots or screencasts showing the difference -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A

### How to test this PR?

<!-- Please explain steps to verify the functionality,
do not forget to provide unit/component tests -->

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* update based on review

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2024-08-01 14:22:41 +00:00
Florent Benoit
d3700e739b chore: add command line to generate PR fixed for a given milestone
add example of command line I used that is matching the
release notes format to display PR being fixed
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2024-04-04 20:58:14 +02:00
Tim deBoer
b5a1765646 fix: add playsinline to avoid full screen
The 'playing' attribute sets the player to auto-start, but it is starting
full screen. Adding 'playsinline' to every react player should ensure that
it doesn't go full screen on phones.

Fixes #6335.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
2024-03-15 09:07:08 +01:00
Denis Golovin
75de50e260
chore: add pre-requisite step about creating issue for release to RELEASE.md (#3639)
Co-authored-by: Florent BENOIT <fbenoit@redhat.com>
Signed-off-by: Denis Golovin <dgolovin@users.noreply.github.com>
2023-11-15 12:19:39 -08:00
Máirín Duffy
7b66f3a091 fix: adding instructions on relnotes known issues
Signed-off-by: Máirín Duffy <duffy@redhat.com>
2023-11-05 23:14:46 +01:00
Máirín Duffy
c45b1d02be fix: adding linux flatpak build steps
adding selinux :z for successfully getting thru the flatpak build
process

Signed-off-by: Máirín Duffy <duffy@redhat.com>
2023-11-05 23:14:00 +01:00
Mayuresh Dharwadkar
c2dfcee6cd
docs: fix typos (#4551)
Signed-off-by: Mayureshd18 <mayuresh.dharwadkar211@vit.edu>
Signed-off-by: Mayuresh Dharwadkar <98738585+Mayureshd-18@users.noreply.github.com>
2023-10-30 15:48:13 +01:00
Máirín Duffy
33c54696a9
chore: update with suggestions from 1.5 release (#4552)
Signed-off-by: Máirín Duffy <duffy@redhat.com>
2023-10-30 09:17:24 -04:00
Jeff MAURY
6b090a3080
docs: enhance the release documentation (#4095)
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-09-26 08:00:38 +00:00
Charlie Drage
16ec6f0cfc
docs: release schedule (#3540)
* docs: release schedule

### What does this PR do?

Adds what we usually do as a release schedule

### Screenshot/screencast of this PR

<!-- Please include a screenshot or a screencast
explaining what is doing this PR -->

N/A

### What issues does this PR fix or reference?

<!-- Include any related issues from Podman Desktop
repository (or from another issue tracker). -->

N/A

### How to test this PR?

N/A

<!-- Please explain steps to reproduce -->

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* docs: add part about staging
Signed-off-by: Charlie Drage <charlie@charliedrage.com>

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-08-22 11:45:16 -04:00
Florent Benoit
6394173b4a chore: wording on RELEASE.md
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-08-17 18:24:35 +02:00
Florent Benoit
45493a9a93 chore(release): allow to have staging step
avoid to promote directly releases being rolling out

it introduces an extra step to verify the release

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-08-17 16:44:17 +02:00
Denis Golovin
9df5264a92
fix: explain what to do in case of e2e tests are failing for version bump PR during release (#3564)
fix: Clarify what to do in case of e2e tests are failing for version bump PR

Signed-off-by: Denis Golovin <dgolovin@users.noreply.github.com>
2023-08-16 14:30:52 -04:00
Charlie Drage
dab6fb51da
docs: update release note docs (#3197)
* docs: update release note docs

### What does this PR do?

* Updates the release note docs with minor changes encountered as a result of doing another release.
* Adds a template for blog posting.

### Screenshot/screencast of this PR

<!-- Please include a screenshot or a screencast explaining what is doing this PR -->

N/A

### What issues does this PR fix or reference?

<!-- Please include any related issue from Podman Desktop repository (or from another issue tracker).
-->

N/A

### How to test this PR?

<!-- Please explain steps to reproduce -->

N/A

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

* docs: update based on review

Signed-off-by: Charlie Drage <charlie@charliedrage.com>

---------

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-07-13 14:25:21 -04:00
Florent BENOIT
e3a0f524b6
chore: add release automation script for podman.io website update (#3115)
fixes https://github.com/containers/podman-desktop/issues/2682

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-07-05 14:02:07 -04:00
Florent Benoit
f54eef9ddb chore: apply prettier on .md, .json and .css files
Change-Id: Ic08ccbb1f248d07c39cdc768daa3423bfef7e6fc
Signed-off-by: Florent Benoit <fbenoit@redhat.com>
2023-06-14 11:41:40 +02:00
Jeff MAURY
18e3c0d42a
build: Add a release notes generator (#2692)
* build: Add a release notes generator (#5)

Fixes #1458

Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-06-06 11:07:24 +02:00
Jeff MAURY
ede66051ab docs: Provide direct access to pull request related to release
Signed-off-by: Jeff MAURY <jmaury@redhat.com>
2023-05-18 09:24:11 +01:00
Charlie Drage
b8860bc259
docs: update release documentation (#2109)
### What does this PR do?

Updates the release documentation with more notes / explanations when I
was going through the release.

### Screenshot/screencast of this PR

<!-- Please include a screenshot or a screencast explaining what is doing this PR -->

N/A

### What issues does this PR fix or reference?

<!-- Please include any related issue from Podman Desktop repository (or from another issue tracker).
-->

N/A

### How to test this PR?

N/A

<!-- Please explain steps to reproduce -->

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2023-04-14 11:37:30 -04:00
Florent BENOIT
76432397f7
docs: add release document (#1501)
* docs: add release document
fixes https://github.com/containers/podman-desktop/issues/1497

Change-Id: Ic19eb6323d2dc95e66f3c2046bf1f36512847654
Signed-off-by: Florent Benoit <fbenoit@redhat.com>

* chore: Apply suggestions from code review

Change-Id: Ie96ad47e212177bf01896f196cf524184b61409c
Co-authored-by: Charlie Drage <charlie@charliedrage.com>
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>

---------

Signed-off-by: Florent Benoit <fbenoit@redhat.com>
Signed-off-by: Florent BENOIT <fbenoit@redhat.com>
Co-authored-by: Charlie Drage <charlie@charliedrage.com>
2023-02-23 14:07:03 -05:00