question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unclear documentation about what's new parameter

See original GitHub issue

Hi, the documentation is not clear how to exactly generate files for what’s new. It would be helpful to add full example.

Let’s say I specify parameter as following: whatsNewDirectory: whatsnew

How should the files look like?

whatsnew/whatsnew-en-US

or

whatsnew-en-US/anything

?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
r0adkllcommented, Jan 30, 2020

Sorry for the late replay, yes it’s supposed to be in the format:

whatsnew-<locale>

where locale is the language of your whats new using the BCP 47 format. I will update the readme to reflect this and be better documented.

You are right, it is currently broken and not reading the what’s new files, let me fix that and push out a new release, thanks for the feedback.

1reaction
davidvavracommented, Jan 30, 2020

@r0adkll Great! Thanks for fast responses and your work.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unclear documentation for the delegate_to parameter #9461
Hello, Most GCP operators accept the delegate_to parameter. It is not super well documented and it can be confusing to users exactly when ......
Read more >
Step 3: Parameters (API reference tutorial) | Documenting APIs
Parameters are options you can pass with the endpoint (such as specifying the response format or the amount returned) to influence the ...
Read more >
How to interpret function parameters in software and language ...
A useful resource is the object viewer built into Extendscript IDE (hit F1). Clicking on an object will show you what properties and...
Read more >
What's New In Python 3.8 — Python 3.11.1 documentation
There is a new function parameter syntax / to indicate that some function parameters must be specified positionally and cannot be used as...
Read more >
Create Parameters - Tableau Help
A parameter is a workbook variable such as a number, date, or string that ... Follow the instructions below to create a new...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found