-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
moon 1.23.0 #167170
Merged
Merged
moon 1.23.0 #167170
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
will retry this pr after rust 1.77.0, #166865 |
b0468aa
to
4aaefd3
Compare
Moisan
approved these changes
Mar 27, 2024
🤖 An automated task has requested bottles to be published to this PR. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bump-formula-pr
PR was created using `brew bump-formula-pr`
CI-published-bottle-commits
The commits for the built bottles have been pushed to the PR branch.
outdated
PR was locked due to age
ready to merge
PR can be merged once CI is green
rust
Rust use is a significant feature of the PR or issue
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
git:
andnpm:
locators to thegenerator.templates
setting in.moon/workspace.yml
.id
setting totemplate.yml
, so that templates can customize their name (instead ofusing the folder name).
variables()
function for templates that returns an object of all variables available.template.yml
:order
setting to control the order in which they are prompted for.internal
setting that ignores values passed on the command line.default
settings to support an array of values.internal
task option, which marks tasks as internal only..moon/tasks/node-frontend.yml
or.moon/tasks/bun-backend-application.yml
.moon project
andmoon task
to include the configuration files that tasks inherit from.moon task
to include the modes it belongs to.🐞 Fixes
platform
was being detected asnode
(when not enabled), andshould have been
bun
. If you're using bothbun
andnode
in the same workspace, moon has ahard time detecting which should be used for what project. If you run into issues, explicitly set
the
platform
in the project'smoon.yml
.⚙️ Internal