Skip to content

GitHub Enterprise Server 2.18

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.

See the full release notes

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.

Learn more about GitHub Package Registry Beta

See more

Find all references is now available for a subset of public repositories—supported in Go, JavaScript, PHP, Python, Ruby, and TypeScript. Hovering over function and method names in the code view will expose links to all of the calls to that function or method within the same repository. We use the recently open sourced semantic library to find definitions and call sites in your code.

Learn more about find all references

Check out the semantic library

See more