The 2.18.0 release of GitHub Enterprise Server is now available for download. The latest release includes repository templates, issue transfer, `yarn.lock` support for the dependency graph, and more.
Improved visibility for related pull requests in issues
When an issue is referenced with a closing keyword in a pull request description, the referenced issue will now surface the relevant pull request information in its header (eg: fixed by #15
).
You can now use a `GITHUB_TOKEN`
when publishing or installing a npm or Apache Maven package to GitHub Package Registry from a GitHub Action. You can also publish or install packages of any type to GitHub Package Registry from a GitHub Action using a Personal Access Token.
As of right now, only users and organizations who are part of the GitHub Package Registry Beta can publish packages.