-
Notifications
You must be signed in to change notification settings - Fork 0
workflows
Luis Beu edited this page Jul 29, 2023
·
4 revisions
- git. Cheatsheets - from GitHub - from atlassian - from gitlab - git flow
- Docker. Cheatsheets - from dockerlabs - from docker.
- docker-compose. Cheatsheets - from devhints - from jonlabelle
- Clone the repository. See Cloning a repository.
- Follow the
.env
instructions of the repository. - Run
docker-compose up --build
. - Open the local URL specified in the repository.
- Create a new branch. See Create a new branch with git.
- Code the feature/make updates.
- Push the feature branch. See Manage branches.
- Create a merge request. See Incorporating changes from a merge request.
- Merge it. See Incorporating changes from a merge request.
- Create a release. See Create a release
- Go on the release page of the repository and click
Draft a new release
. - Click on
Choose a tag
and input the version you want following Semantic Versioning. - Click
Create new tag: *
. - Click on
Generate release notes
. - Make changes if needed.
- Publish release.
- Wait for action to finish.
- Check the
production
environment if the deployment finished. See about environments.
- make sure to install the pre requirements.
- Create a new public repository. See Create a repo.
- Set it up following repository-configuration.
- Make your first commits.
- Follow the setup form reusable-workflows.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git switch -c feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request