Generate markdown documentation for module help#55
Open
aldrichtr wants to merge 161 commits into
Open
Conversation
[Feature]: Set up the project structure
This source and tests is being imported from multiple old build projects of mine that are being collapsed into one project
[Feature]: Import all tasks and functions
Add stitch build driver and configuration
Make the 'Name' field available in templates
Added installation instructions to the README
Release v0.1.0
Fix endless loop when creating paths file and directory exists
Fix dependabot pull request labels
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.2 to 4.0.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.3.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ons/cache-4.0.0 build(deps): bump actions/cache from 3.3.2 to 4.0.0
The Directory field is not populated on SourceInfo objects
Use Find-SourceDirectory in Get-ModuleItem
Actions not using cache even though it is created
- the regex needs the '/' at the beginning and end (javascript regex literal) - add 'g' so that regex continues after matches - add 'm' so that regex is multiline and '^' and '$' as line anchors
Fix labeler regexen to use javascript syntax
Bumps [github/issue-labeler](https://github.com/github/issue-labeler) from 3.3 to 3.4. - [Release notes](https://github.com/github/issue-labeler/releases) - [Commits](github/issue-labeler@v3.3...v3.4) --- updated-dependencies: - dependency-name: github/issue-labeler dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Fix Update-ManifestField adding arrays
…ub/issue-labeler-3.4 build(deps): bump github/issue-labeler from 3.3 to 3.4
79167fa to
852708a
Compare
- Changed verb from Find to Resolve - added logic to only add directory if not added to output already
Fix multiple objects returned from functions
852708a to
8fba229
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
labels