-
Notifications
You must be signed in to change notification settings - Fork 270
Comparing changes
Open a pull request
base repository: magefile/mage
base: v1.11.0
head repository: magefile/mage
compare: v1.12.1
- 11 commits
- 15 files changed
- 9 contributors
Commits on Jan 3, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for de7ca6c - Browse repository at this point
Copy the full SHA de7ca6cView commit details
Commits on Feb 20, 2021
-
make -h work with imported targets (#335)
fixes #249 Forgot to allow help to be called on imported targets. Kinda useful, eh?
Configuration menu - View commit details
-
Copy full SHA for 4cf3cfc - Browse repository at this point
Copy the full SHA 4cf3cfcView commit details
Commits on Sep 27, 2021
-
fix: deterministic compiled mainfile (#348)
* fix: determanistic compiled mainfile sort template data so resulting mainfile is consistantly reproducible, which is important to leverage build cache and results in a consistent build id on output (given identical build parameters, e.g. ldflags, output file name, etc.) Result of `mage -compile ./mage_static && go tool buildid ./mage_static` should now always be identical on repeated invocation. Results in a probably imperceptible build time quickening, but solves a minor peave of mine, and adds a test as protection from regression :) * fix: poorly spelled test Co-authored-by: Nate Finch <nate.finch@gmail.com> * Update parse/parse.go got caught out not using vim's spellcheck Co-authored-by: Paul Burlumi <paul@burlumi.com> * Update mage/main.go got caught out not using vim's spellcheck Co-authored-by: Paul Burlumi <paul@burlumi.com> * fix spelling Co-authored-by: Paul Burlumi <paul@burlumi.com> Co-authored-by: Nate Finch <nate.finch@gmail.com> Co-authored-by: Paul Burlumi <paul@burlumi.com> Co-authored-by: Nate Finch <natefinch@github.com>
Configuration menu - View commit details
-
Copy full SHA for d9e2e41 - Browse repository at this point
Copy the full SHA d9e2e41View commit details
Commits on Sep 28, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for dd94424 - Browse repository at this point
Copy the full SHA dd94424View commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 80953f7 - Browse repository at this point
Copy the full SHA 80953f7View commit details
Commits on Nov 1, 2021
-
#288 add brew and scoop install to docs (#376)
Co-authored-by: Nate Finch <nate.finch@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for e84bbc1 - Browse repository at this point
Copy the full SHA e84bbc1View commit details -
Add asdf installation instructions to docs (#383)
* Add asdf installation instructions to docs * Update site/content/index.md Co-authored-by: Nate Finch <natefinch@github.com> * Clean up asdf installation instructions Co-authored-by: Nate Finch <nate.finch@gmail.com> Co-authored-by: Nate Finch <natefinch@github.com>
1Configuration menu - View commit details
-
Copy full SHA for 0c5affe - Browse repository at this point
Copy the full SHA 0c5affeView commit details
Commits on Dec 14, 2021
-
sh.run(): quoted strings before join (#306)
* sh.run(): quoted strings before join Co-authored-by: shouldsee <shouldsee@qq.com> Co-authored-by: Nate Finch <nate.finch@gmail.com>
1Configuration menu - View commit details
-
Copy full SHA for 404c119 - Browse repository at this point
Copy the full SHA 404c119View commit details -
Fix the rollback mechanism for tags during a release (#392)
* this fixes the rollback mechanism for tags during a release * check for goreleaser before we do anything else
1Configuration menu - View commit details
-
Copy full SHA for fd5011e - Browse repository at this point
Copy the full SHA fd5011eView commit details
Commits on Dec 15, 2021
-
1
Configuration menu - View commit details
-
Copy full SHA for fe9f942 - Browse repository at this point
Copy the full SHA fe9f942View commit details -
ci: migrate from travis to github action (#391)
* ci: add github action workflow * remove travis * drop go1.10.x and go1.9.x * add go1.17
1Configuration menu - View commit details
-
Copy full SHA for 2f1ec40 - Browse repository at this point
Copy the full SHA 2f1ec40View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.11.0...v1.12.1