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

fix: update filenames so file same file doesn't get written three times #5

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

bnb
Copy link
Contributor

@bnb bnb commented Mar 6, 2024

This pull request includes changes to the markdown function in three different files: retro/generate-twilio-labs.js, retro/generate-twilio-samples.js, and retro/generate-twilio.js. The changes made are to the filename that the fs.writeFile function writes to. Previously, the filename was the start date of the retro, but now it includes a prefix indicating the organization.

Here are the important changes:

  • retro/generate-twilio-labs.js: The filename that the fs.writeFile function writes to has been changed to include the 'twilio-labs' prefix before the start date.
  • retro/generate-twilio-samples.js: The filename that the fs.writeFile function writes to has been changed to include the 'twilio-samples' prefix before the start date.
  • retro/generate-twilio.js: The filename that the fs.writeFile function writes to has been changed to include the 'twilio' prefix before the start date.

@bnb bnb merged commit 8c31593 into main Mar 6, 2024
@bnb bnb deleted the bnb/fix-retro-stuff branch March 6, 2024 13:51
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.

1 participant