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

Implement Continuous Delivery #61

Closed
1 of 7 tasks
PauloGoncalvesBH opened this issue Jan 23, 2020 · 7 comments
Closed
1 of 7 tasks

Implement Continuous Delivery #61

PauloGoncalvesBH opened this issue Jan 23, 2020 · 7 comments
Assignees

Comments

@PauloGoncalvesBH
Copy link
Collaborator

PauloGoncalvesBH commented Jan 23, 2020

Implement Continuous Delivery

Objective:

  • Automate all repetitive task and use best practices from the open source community.
    • Generate tag, changelog, release, commit and publish after approving pull request.
  • Standardize commit message.

Steps:

Needed validation:

Validate locally if the commit message respect the conventional commit specification. Using git hooks commit-msg.

@PauloGoncalvesBH PauloGoncalvesBH self-assigned this Jan 23, 2020
@PauloGoncalvesBH PauloGoncalvesBH changed the title Implement Continuous Deployment Implement Continuous Delivery Feb 11, 2020
@wlsf82
Copy link
Owner

wlsf82 commented Jan 19, 2021

@PauloGoncalvesBH, are you working on this one, or do you intend to?

If not, please unassign yourself from the issue. 🙂

@PauloGoncalvesBH
Copy link
Collaborator Author

@wlsf82 I will act on this issue, I have already managed to gather all the necessary information.

@PauloGoncalvesBH
Copy link
Collaborator Author

Somente para ficarem ciante, comecei a atuar nessa task, vou entregar essa semana

@PauloGoncalvesBH
Copy link
Collaborator Author

PauloGoncalvesBH commented Jun 1, 2021

@wlsf82 consegue pegar o seu token do NPM e do Github e cadastrar no secrets do repositório?

É preciso que sejam cadastradas com as seguintes nomenclaturas:

  1. NPM_TOKEN: Como pegar o token
  2. GH_TOKEN: Escopo deve ser repo e public_repo. Como pegar o token

Essas variáveis são utilizadas para permitir que a biblioteca semantic-release publique versão no npmjs.com e no Github release.

Para mais infos acesse:

@wlsf82
Copy link
Owner

wlsf82 commented Jun 2, 2021

@wlsf82 consegue pegar o seu token do NPM e do Github e cadastrar no secrets do repositório?

É preciso que sejam cadastradas com as seguintes nomenclaturas:

  1. NPM_TOKEN: Como pegar o token
  2. GH_TOKEN: Escopo deve ser repo e public_repo. Como pegar o token

Essas variáveis são utilizadas para permitir que a biblioteca semantic-release publique versão no npmjs.com e no Github release.

Para mais infos acesse:

@PauloGoncalvesBH, para o NPM_TOKEN, deve ser o Read-only, Automation, ou Publish?
E para o GH_TOKEN, quais permissões devo marcar?

@wlsf82
Copy link
Owner

wlsf82 commented Jun 2, 2021

@PauloGoncalvesBH, outra coisa, você acha que vale o esforço visto que não temos tido novas versões, além de sabermos que o Protractor será descontinuado em 2022?

@PauloGoncalvesBH
Copy link
Collaborator Author

@PauloGoncalvesBH, outra coisa, você acha que vale o esforço visto que não temos tido novas versões, além de sabermos que o Protractor será descontinuado em 2022?

Não valeria o esforço 😕 mesmo que não foi implementado consegue usar como material de referência para bibliotecas futuras.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants