- 
                Notifications
    You must be signed in to change notification settings 
- Fork 9
ci: Add automatic pull request labeler #15
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
          
     Merged
      
      
            leandro-lucarella-frequenz
  merged 11 commits into
  frequenz-floss:v0.x.x
from
llucax:finish-release
  
      
      
   
  Sep 23, 2022 
      
    
                
     Merged
            
            ci: Add automatic pull request labeler #15
                    leandro-lucarella-frequenz
  merged 11 commits into
  frequenz-floss:v0.x.x
from
llucax:finish-release
  
      
      
   
  Sep 23, 2022 
              
            Conversation
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
    Signed-off-by: Leandro Lucarella <[email protected]>
We also remove both the setup.cfg and setup.py files as they are not required by newer versions of pip. Signed-off-by: Leandro Lucarella <[email protected]>
Exclude files used for version control, testing, benchmarking, etc. from the source distribution, which only needs the files to build a wheel. Signed-off-by: Leandro Lucarella <[email protected]>
Add the following configuration keys to have more complete and descriptive metadata: * readme * keywords * classifiers * project.authors.email * project.urls Signed-off-by: Leandro Lucarella <[email protected]>
Increment the used action versions just to avoid using unmaintained versions. Signed-off-by: Leandro Lucarella <[email protected]>
There is no need to limit ourselves to one particular branch. This also doesn't require touching the workflow file each time we create a new branch. Signed-off-by: Leandro Lucarella <[email protected]>
Add steps to publish distribution files to PyPI when a tag is created. Signed-off-by: Leandro Lucarella <[email protected]>
Signed-off-by: Leandro Lucarella <[email protected]>
Add a GitHub job to create the GitHub Release automatically when a version is tagged. Also use the GitHub feature to create the CHANGELOG automatically. When creating the GitHub release the contents of the file RELEASE_NOTES.md will be used as release notes, so it should only contain an explanation on the release main changes and be user-facing. Also add the release notes for the current release. Signed-off-by: Leandro Lucarella <[email protected]>
Add a CONTRIBUTING.md guide explaining how to build, test and setup a development environment. Also mention the contributing guide in the README.md. Signed-off-by: Leandro Lucarella <[email protected]>
    This was
    linked to
    issues
    Sep 23, 2022 
      
  
  Closed
  
Also add a RELEASE_NOTES template, so when releasing new versions is easy to clear the release notes by just copying the template. Signed-off-by: Leandro Lucarella <[email protected]>
94dc100    to
    4cddd24      
    Compare
  
    
              
                    tiyash-basu-frequenz
  
              
              approved these changes
              
                  
                    Sep 23, 2022 
                  
              
              
            
            
              
                    jakub-toptal
  
              
              approved these changes
              
                  
                    Sep 23, 2022 
                  
              
              
            
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
      Labels
      
    part:docs
  Affects the documentation 
  
    part:tooling
  Affects the development tooling (CI, deployment, dependency management, etc.) 
  
    type:enhancement
  New feature or enhancement visitble to users 
  Add this suggestion to a batch that can be applied as a single commit.
  This suggestion is invalid because no changes were made to the code.
  Suggestions cannot be applied while the pull request is closed.
  Suggestions cannot be applied while viewing a subset of changes.
  Only one suggestion per line can be applied in a batch.
  Add this suggestion to a batch that can be applied as a single commit.
  Applying suggestions on deleted lines is not supported.
  You must change the existing code in this line in order to create a valid suggestion.
  Outdated suggestions cannot be applied.
  This suggestion has been applied or marked resolved.
  Suggestions cannot be applied from pending reviews.
  Suggestions cannot be applied on multi-line comments.
  Suggestions cannot be applied while the pull request is queued to merge.
  Suggestion cannot be applied right now. Please check back later.
  
    
  
    
This PR includes several unrelated improvements to be able to do the first open source release:
Project metadata and packaging:
Automation improvements:
Releasing: