Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented May 9, 2021

This is an automated release proposal.

See the changed files (particularly CHANGELOG.md) for details.

This was created by '.github/workflows/new-workflow.yml'

DeeDeeG added 11 commits May 8, 2021 21:13
Uses GitHub Actions to create a PR if there are new changes on the
main branch that are not yet part of a git-tagged release.
Avoids the need for global npm installs, which aren't permitted.
(Error: "permission denied, access '/usr/local/lib/node_modules'")

Also: pin the versions of changelog-maker and semver.
Also: make sure this is run in bash. The particulars of parameter
expansion and quoting are important in this case. (We don't want
"npx -q some_module" to be read as one command, with spaces in the name
and no arguments. That would result in a "command not found" error.)
Needed for changelog-maker to get the full list of changes
(via `git log`) to add to the CHANGELOG.
Configures username and email to the GitHub Actions bot's identity.
Makes sure changelog-maker has the token and username it needs
to make requests on the GitHub API and fetch pull request info.
Prevents "no such file or directory" when echoing lines of text to
~/.config/changelog-maker/config.json.
curly brackets can be echoed without careful (or any) quoting,
and this bit of script had let out a closing double-quote mark
by accident. Switch to single-quotes in some places, and be more
consistent with double quotes.
Hmm... so it turns out single quotes were never an option.
@github-actions github-actions bot force-pushed the release-next-automated branch from 7d3721e to 5d7d38a Compare May 9, 2021 02:52
@github-actions github-actions bot force-pushed the release-next-automated branch from 5d7d38a to e6f074c Compare May 9, 2021 03:22
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

Successfully merging this pull request may close these issues.

1 participant