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

[ci] Add auto to manage versions, changelog, and deployment to NPM #63

Merged
merged 6 commits into from
Jun 26, 2021

Conversation

hydrosquall
Copy link
Member

@hydrosquall hydrosquall commented Jun 26, 2021

Motivation

Changes

  • Configures the auto release/versioning tool according to the getting started guide
  • Enabled the following plugins using the .autorc.json file
    • Thank 1st time contributors in the changelog: docs
    • Will parse conventional-commits formatted commits, same as other nteract repositories (chore: add support for semantic release in repo nteract#5565 ). docs. Follow-up work could involve tooling for helping to lint or author commit messages.
    • After a PR's changes are included in a published release, leave a comment on the original PR so authors can see which release their change was included in. docs
  • Created an initial Github release to bootstrap the Auto process: https://github.com/nteract/data-explorer/releases/tag/v8.2.8

Testing

  • This won't publish anything to NPM unless we use the release tag due to the onlyPublishWithReleaseLabel condition in our configuration. We also need the NPM_TOKEN secret added to the repository's secrets ( https://github.com/nteract/data-explorer/settings/secrets/actions )
    • I suggest we switch this option to true after we validate that publishing works as expected with explicit publishing (so that we don't release 8.3 (Prepare 8.3.0 release #49 ) earlier than intended).

@hydrosquall hydrosquall self-assigned this Jun 26, 2021
@hydrosquall hydrosquall added chore Chore or quality of life improvement dependencies Update one or more dependencies version labels Jun 26, 2021
@hydrosquall hydrosquall changed the title [ci] Add auto to manage versioning, changelogs, and deployment to NPM [ci] Add auto to manage versions, changelog, and deployment to NPM Jun 26, 2021
@emeeks emeeks merged commit 4e65d36 into main Jun 26, 2021
@hydrosquall hydrosquall deleted the cameron.yick/docs-setup-auto branch June 26, 2021 19:23
@github-actions
Copy link

🚀 PR was released in v8.2.10 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Chore or quality of life improvement dependencies Update one or more dependencies version released This issue/pull request has been released.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants