Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate publish #1965

Open
sbrunner opened this issue Oct 2, 2024 · 1 comment
Open

Separate publish #1965

sbrunner opened this issue Oct 2, 2024 · 1 comment
Assignees

Comments

@sbrunner
Copy link
Member

sbrunner commented Oct 2, 2024

Current issue

Currently, we can't update the publishing procedure on stabilization branches because it's too difficult to completely update c2cciutils.

Proposed solution

Create an external project, c2cpublish that only contains the publishing part.

Changes from current implementation

  • No automatic detection of packages that should be published.
  • Add support for publishing npm packages.
  • Remove the non-working Google calendar.
  • Create a new configuration file names .github/publish.yaml, move dpkg.yaml from ci to .github folder.
  • My default does a notification on the repository itself
  • Remove the publishing section from configuration, put the content at root level.
  • Change a bit the configuration to me more flexible (repository on nearly all kind of publish, publishing rules on repository)

What didn't change:

  • Publishing from the same branch schema
  • Publishing of Docker images, Python packages, HELM chart with the same features.
@sbrunner sbrunner self-assigned this Oct 2, 2024
@sbrunner
Copy link
Member Author

sbrunner commented Oct 2, 2024

@danduk82 Do you agree with that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant