-
Notifications
You must be signed in to change notification settings - Fork 34
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
CI/CD - Add publish *.yml gh-actions config #101
Labels
Comments
elycruz
added a commit
that referenced
this issue
Aug 31, 2022
elycruz
added a commit
that referenced
this issue
Aug 31, 2022
elycruz
added a commit
that referenced
this issue
Aug 31, 2022
elycruz
added a commit
that referenced
this issue
Aug 31, 2022
elycruz
added a commit
that referenced
this issue
Aug 31, 2022
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
- Added './dist', and, './ts3.5' dirs. to './.gitignore'. - Added 'MAINTAINERS.md'. - Replaced 'contributors' with 'maintainers' field, in './package.json'. - Removed some whitespace in 'publish-master.yml'. - Updated main README.md: - Updated license text to link to 'LICENSE.md'. - Added 'Maintainers' section. - Updated license copyright info. - Added github 'build' action worflow badge (for test). - Removed '.circleci' directory - since github now dows everything we need, via github actions, we don't need to use 'circleci' anymore, also since circleci is closely tied to user account, it's not really ideal, in comparison to github actions, for displaying CI/CD history, and/or, progress, etc.
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
…one-to-one correlation to each other. - Made gh-actions workflow 'job' names more descriptive.
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
…AINERS file. - Updated license to refer to MAINTAINERS file, for copyright info.
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
…dded to './src/index') - 'export assignments' cannot have adjacent (in same file) export statements (ts. err. TS2309).
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
…ints to new gh-actions build-and-test action. - Re-added attributions, in LICENSE section - These don't really need to be removed right now.
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
elycruz
added a commit
that referenced
this issue
Sep 1, 2022
issue-#101 - Updated 'Build and Test' gh-actions badge and LICENSE section in main README (attributions re-addition)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Acceptance Criteria
Add a
publish-master.yml
github actions file to ensure 'publish', for the package, only happens after github actions CI/CD tasks have passed.The text was updated successfully, but these errors were encountered: