Skip to content
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

Break out versioned files into its own crate #920

Merged
merged 18 commits into from
Apr 14, 2024
Merged

Conversation

dbanty
Copy link
Member

@dbanty dbanty commented Mar 10, 2024

TODO:

  • Finish changesets
  • Write the new recipe
  • Fix Windows compatibility

Fixes #997

Copy link

netlify bot commented Mar 10, 2024

Deploy Preview for knope ready!

Name Link
🔨 Latest commit 2b1594a
🔍 Latest deploy log https://app.netlify.com/sites/knope/deploys/661c0c51ac58110008493105
😎 Deploy Preview https://deploy-preview-920--knope.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

# Conflicts:
#	Cargo.toml
#	crates/knope/src/config/mod.rs
#	crates/knope/src/step/command.rs
#	crates/knope/src/step/releases/changelog.rs
#	crates/knope/src/step/releases/conventional_commits.rs
#	crates/knope/src/step/releases/mod.rs
#	crates/knope/src/step/releases/package.rs
#	crates/knope/tests/helpers/test_case.rs
#	crates/knope/tests/main.rs
#	crates/knope/tests/prepare_release/changesets/happy/in/.changeset/a_complex_feature.md
#	crates/knope/tests/prepare_release/changesets/happy/in/.changeset/simple_feature.md
#	crates/knope/tests/prepare_release/go_modules/major_version_directories/in/sub_dir/EXPECTED_go.mod
#	crates/knope/tests/prepare_release/go_modules/major_version_directories/in/v2/EXPECTED_CHANGELOG.md
#	crates/knope/tests/prepare_release/go_modules/major_version_directories/in/v2/EXPECTED_go.mod
#	knope.toml
#	src/config/toml/package.rs
#	src/step/releases/go.rs
#	tests/prepare_release/missing_versioned_files/dryrun_stderr.log
#	tests/prepare_release/missing_versioned_files/stderr.log
@dbanty dbanty marked this pull request as ready for review April 13, 2024 18:15
@dbanty dbanty merged commit 00c62a5 into main Apr 14, 2024
8 of 9 checks passed
@dbanty dbanty deleted the break-out-versioned-files branch April 14, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: TOML parse error when using CreatePullRequest Step
2 participants