Skip to content

Commit

Permalink
Merge pull request #6942 from ayeshLK/main
Browse files Browse the repository at this point in the history
Update guidelines to add new module to the library dashboard
  • Loading branch information
ayeshLK authored Aug 28, 2024
2 parents e594ce8 + f3e077c commit 2dd4647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/adding-a-new-ballerina-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ This is a step-by-step guide on creating a new Ballerina module. It will guide y
* 6.11.8 [The `settings.gradle` file](#the-settingsgradle-file-required)
* 6.11.9 [The `spotbugs-exclude.xml` file](#the-spotbugs-excludexml-file-optional)
7. [Add the new module](#add-the-new-module)
* 7.1 [Add the module to the Ballerina library](#add-the-module-to-the-ballerina-library-optional)
* 7.1 [Add the module to the Ballerina library](#add-the-module-to-the-ballerina-library-required)
* 7.2 [Add the module to Ballerina daily full build pipeline](#add-the-module-to-ballerina-daily-full-build-pipeline-required)
* 7.3 [Add the module to Ballerina distribution](#add-the-module-to-ballerina-distribution-optional)

Expand Down Expand Up @@ -383,7 +383,7 @@ This file is used to skip specific spotbugs warnings/errors. This is required on

After creating the module repository with the above structure, the following steps should be followed.

### Add the module to the Ballerina library [Optional]
### Add the module to the Ballerina library [Required]

This step is required only if the module is a part of the Ballerina library and if it should be added to the Ballerina library dashboard and release process.

Expand Down

0 comments on commit 2dd4647

Please sign in to comment.