-
Notifications
You must be signed in to change notification settings - Fork 1
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
auro-library: Automation dynamic naming tools #36
Labels
Comments
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
6 tasks
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 24, 2023
6 tasks
jordanjones243
added a commit
that referenced
this issue
Aug 31, 2023
jordanjones243
added a commit
that referenced
this issue
Aug 31, 2023
blackfalcon
pushed a commit
that referenced
this issue
Aug 31, 2023
# [1.1.0](v1.0.2...v1.1.0) (2023-08-31) ### Bug Fixes * **err:** update parameter handling ([04af13a](04af13a)) ### Features * **automation:** add automation scripts for workflows and linters [#32](#32) ([5dff1b7](5dff1b7)) * **surge:** add workflow that deploys surge demo [#35](#35) ([7117212](7117212)) ### Performance Improvements * **.npmignore:** update .npmignore ([2de9db7](2de9db7)) * **docs:** add generateDocs script [#36](#36) ([9746820](9746820)) * **extraction:** extract functions and insert into library utils [#36](#36) ([c3018eb](c3018eb))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
As an Auro engineer
I want the automation scripts within Auro-Library to be able to pull relevant information about the repos where they are running
So that we don't break things based on name disagreements
IE: The automation script should be able to detect whether the repo uses a "Main" branch or a "Master" branch
Describe the solution you'd like
The code that does this is in the component generator.
Some of what we want to be able to grab: NameSpace, Node version, name, branch name, npm name.
should be built to be expandable in the future.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: