Discover Packages
github.com/magefile/mage
magefiles
targets
package
Version:
v1.17.1
Opens a new window with list of versions in this module.
Published: Mar 31, 2026
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package targets defines the build targets for the mage project.
Clean removes the temporarily generated files from Release.
Install runs "go install" for mage. This generates the version info the binary.
Lint runs golangci-lint on the codebase.
Release generates a new release. Expects a version tag in v1.x.x format.
If dryRun is true, it creates a local tag and runs goreleaser without
publishing, then deletes the tag. This can be used to verify release artifacts.
Tools installs the dev tools used by mage, such as golangci-lint.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.