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

feat(action): add an output for the changelog content #4

Merged
merged 7 commits into from
Dec 1, 2022
Merged

feat(action): add an output for the changelog content #4

merged 7 commits into from
Dec 1, 2022

Commits on Nov 3, 2022

  1. feat: add an output for the changelog content

    ::set-output is
    [deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/)
    in favor of [environment
    files](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#environment-files).
    This has better multiline support, so add the contents of the changelog as an output for cases where
    you are creating a GitHub release.
    
    BREAKING CHANGE: self-hosted runners will need to be at 2.297.0 or greater
    mloberg committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    ce9cd1a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2022

  1. Configuration menu
    Copy the full SHA
    f444e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6aa1466 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2022

  1. Configuration menu
    Copy the full SHA
    801d9f5 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    1f13c06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d27ba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3cc533 View commit details
    Browse the repository at this point in the history