Giter Site home page Giter Site logo

actions's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

actions's Issues

Rust Release Workflows: Release from a branch for patch releases.

We should modify the existing rust release bump version workflow so that it supports releasing crates from a branch that isn't the main branch.

The use case for this is so that we can create a branch for a minor or patch release separately to the main branch. We might want to do that if we have already committed new features or breaking changes to the main branch but then later plan to release a non-breaking or bug-fix-only release.

The changes to support this are minimal:

  • ๐Ÿ† Add a branch input to the rust-bump-version workflow that defaults to main.
  • ๐Ÿ’Ž Change the rust-bump-version workflow not always create a new branch, but modify an existing branch if one exists.
  • ๐Ÿ’Ž Change the rust-bump-version workflow to skip creating the PR if one already exists for the release branch.
  • ๐Ÿ† Include instructions in the pull request description created by the rust-bump-version workflow that explain how to complete non-main branch releases.
  • ๐Ÿ† Include instructions in the release docs.
  • ๐Ÿ’Ž Make it clearer when publish-dry-run is in a good state.
  • ๐Ÿ’Ž Make it about what the process should be for patches and regular releases.

The tasks to perform are categorized as:

  • ๐Ÿ† Completion โ€“ This change is required.
  • ๐Ÿ’Ž Polish โ€“ This change would be beneficial, but we could get by without it.

Add action that verifies Rust git dependency commits will not be orphaned

What

Add action that checks git rev deps for whether they are likely to be orphaned.

Why

On a number of occassions we've accidentally committed a reference to a dependency that belongs to a commit on a pull request. The pull request was then closed, and while the commit lives forever in the Git repository, it is not seen by tools that do not fetch orphaned commits.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.