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

Remove outdated references to versionbot #2984

Merged
merged 1 commit into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .cspell/balena-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ Seeed
sshproxy
testbot
undiscounted
versionbot
Versionist
volume-pricing
volume-pricing
16 changes: 1 addition & 15 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Thank you for contributing to the docs! We have a few guidelines which will allo

> **TL:DR** The docs version numbering adheres to [Semantic Versioning](https://semver.org/). **Please include *at least one commit* in the PR that marks the change-type for the system.**

This change-type can be specified by adding it as a prefix, i.e., `minor: Add some new feature` while creating the commit. This is so the PR can be automatically versioned and a changelog generated for it by using versionbot. One can choose one of 3 `Change-type` options on the nature of the file change.
This change-type can be specified by adding it as a prefix, i.e., `minor: Add some new feature` while creating the commit. This is so the PR can be automatically versioned and a changelog generated for it by using versionist. One can choose one of 3 `Change-type` options on the nature of the file change.

- `patch` - For tiny changes that include typo fixes, updating screenshots, adding clarification notes, etc.
- `minor` - For moderate changes that include updating packages, rewriting documentation, adding new features.
Expand Down Expand Up @@ -112,19 +112,5 @@ Be sure to familiarize yourself with the style manual and conventions to be foll
- [Conventions & Best Practices](README.md#conventions--best-practices)
- Using [Partials](README.md#using-partials) and [Templates](README.md#using-templates)

## [balenistas only] Using Versionbot to manage the pull request

Versionbot is a helper utility to make managing of the pull request easier. Here's a list of commands supported by VersionBot:

- `@balena-ci I self-certify!` - use [the self-certification flow](https://docs.google.com/drawings/d/1aoXCdi8bzinxaLM0BoKMJaiZjIJj5Az02Npw_L2iQkE/edit?usp=sharing) for this PR
- `@balena-ci test` - trigger the tests for this PR
- `@balena-ci retest` - trigger retests for the PR
- `@balena-ci version` - generate the versioned branch for your PR
- `@balena-ci rebase` - rebase the PR (Use this to update your branch)

![](https://user-images.githubusercontent.com/22801822/114602349-22fd3d00-9cb4-11eb-905b-721488e64dc6.png)

One can use these commands to manage, rebase or merge their own PR's as and when needed. We recommend using these commands to merge the PR if it's ready to be merged. One can issue the commands in the comments dialog box present at the bottom of the PR.


[reference text]: https://balena.io
6 changes: 1 addition & 5 deletions pages/learn/more/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -412,10 +412,6 @@ A 128-bit label used for information in computer systems

## V

### VersionBot
**(balena specific term)**
VersionBot is a Github application that we use as our CI/CD tool. It is in charge of linting, validating, building and deploying or publishing our code. Eventually we would want to integrate it with BalenaCloud so that it can be offered as a service to our users.

## W

### WiFi Connect
Expand All @@ -434,4 +430,4 @@ See [*improvement group*](#improvement-group)
The Yocto Project is an open source collaboration project that helps developers create custom Linux-based systems regardless of the hardware architecture. balenaOS is built upon Yocto.
[more](https://www.yoctoproject.org/)

## Z
## Z
Loading